.wrapper{
  display: flex;
  flex-flow: column nowrap;
}

.dark-bg {
  background-color: #1F2937;
}
//////////////////////////////////
.header{

}
.header-bg{
 display: flex;
 justify-content: space-between;
 align-items: center;
 margin: 25px 50px 25px 50px;
}

.title-1{
 width: 30%;
}
.links{
  width: 70%;
}

.all-links{
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  align-items: flex-start;
}

.title-1{
  flex: 1;
  color: white;
  font-size: 24px;
  font-weight: bold;
}
ul{
  list-style-type: none;
}

a{
  text-decoration: none;
  color: #E5E7EB;
  font-size: 18px;
}
////////////////////////////////////

.section-1{

}
.section-1-bg{
  padding: 50px 100px 50px 100px;
  background-color: #1F2937;
  display: flex;
  justify-content: center;
  align-items: center;
}
.left{
  width: 50%;

  display: flex;
  flex-flow: column wrap;
  align-items: flex-start;
  margin: 25px;
  gap: 8px;
}
.right{
  width: 50%;
  background-color: grey;
}
.main-text-1{
  color: #F9FAF8;
  font-size: 48px;
  font-weight: bolder;
}
.sub-text-1{
  font-size: 18px;
  color: #E5E7EB;
}
.sign-up-1{
  background-color: #3882f6;
  font-size: 18px;
  color: #F9FAF8;
  border-radius: 5px;
  padding: 8px 25px 8px 25px;
}
.picture-holder{
  background-color: grey;
  color: #E5E7EB;
  font-size: 18px;
  width: 300px;
  height: 150px;
  text-align: center;
}

////////////////////////////////////

.section-2{
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  gap: 16px;
}

.all-boxes{
  padding: 16px;
  display:  flex;
  justify-content: center;
  flex-flow: row nowrap;
  gap: 50px;
}

.a-box{
  margin: 5px;
  display: flex;
  justify-content: center;
  flex-flow: column wrap;
  width: 85px;
}
.title-2{
  padding-top: 20px;
  font-size: 36px;
  font-weight: bolder;
  color: #1F2937;
  text-align: center;
}
.box{
  border: 3px solid #3882F6;
  border-radius: 5px;
  width: 100px;
  height: 100px;
}
.box-text{
  font-size: 18px;
  color: grey;
  text-align: center;
}
//////////////////////////////
.section-3{
    display: flex;
    flex-flow: column wrap;
    justify-content:  center;
    align-items: center;
    padding: 100px;
    padding-top: 50px;
}

.section-3-bg{
  background-color: #E5E7EB;
}

.quote{
  align-self: center;
  font-size: 24px;
  color: grey;
  padding: 50px;
  margin: 50px 250px 5px 250px ;

  text-align: left;
}

.quote-author{
  flex: 0.25;
  font-weight: bold;
  color: #1F2937;

  margin: 5px 250px 50px 250px ;

  text-align: right;
}
///////////////////////////
.section-4{
  flex: 1;
}
.section-4-box {
  margin: 50px 30px 50px 30px;
    background-color: #3882F6;
    padding: 50px ;
    margin: 50px 250px 5px 250px ;
    border-radius: 5px;

    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-around;
}
.main-text-2{
  font-size: 30px;
  color: white;
}
.sub-text-2{
  font-size: 20px;
  color: #E5E7EB;

}
.sign-up-2{
  border: 3px solid white;
  border-radius: 5px;
  color: white;
  font-size: 20px;

  padding: 5px 20px 5px 20px;
  border-color: white;
  border-width: 3px;
  border-style: solid;
}
////////////////////////////////
.footer{
  background-color: #1F2937;
  flex: 0.2;
}
.footer-bg{
  background-color: #1F2937;
  margin: 50px 0px 0px 0px;
}
.credit{
  color: white;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}








/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
