@font-face {
    font-family: "Overpass";
    src: url(fonts/Overpass-Regular.ttf);
}

@font-face {
    font-family: "Overpass-Bold";
    src: url(fonts/Overpass-Bold.ttf);
}


body {
    background-color: #F9FBFF;
    max-width: 100%;
    width: 100%;
    height: 100%;
  }

h1 {
    font-family: 'Overpass-Bold';
    font-style: normal;
    font-weight: 900;
    font-size: 150px;

    margin-bottom: 0px;

    color: #FFFFFF;
}

h2 {
    font-family: 'Overpass';
    font-style: normal;
    font-weight: 400;
    font-size: 70px;

    margin-top: 0px;


    color: #FFFFFF;
}

h3 {
    font-family: 'Overpass-Bold';
    font-style: normal;
    font-weight: 900;
    font-size: 45px;

    text-align: left;

    color: #28303D;
}

h4 {
    font-family: 'Overpass';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 65px;


color: #28303D;
}

a {
    font-family: 'Overpass';
    font-style: normal;

    text-align: center;

    color: #FFFFFF;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:visited {
    text-decoration: none;
  }

.header {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;

    height: fit-content;

    padding-top: 20px;
    padding-bottom: 60px;
    
    background: #28303D;
}

.footer {
    max-width: 100%;
    width: 100%;
    height: 70px;
    position: absolute;
    bottom: 0px;

    text-align: center;
    
    background: #28303D;

    padding-top: 50px;
}

.footerText {
    margin-top: 0px;
}

.footerLink {
    margin-inline: 20px;
}

.button {
    box-sizing: border-box;

    /* Auto layout */

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 24px;
    gap: 10px;

    width: 300px;
    height: 62px;
    left: 1005px;
    top: 321px;

    /* Basic-Green */

    background: #2DC284;
    /* Basic-Green */

    border: 2px solid #2DC284;
    border-radius: 12px;

    font-size: 17px;
}

.container {
    align-items: center;
    justify-content: space-around;
    display: flex;
    grid-template-columns: auto auto;
    margin-block: 50px;
    gap: 190px;
}

.boldText {
    font-family: 'Overpass-Bold';
    font-style: normal;
    font-weight: 900;
    font-size: 20px;

    line-height: 28px;

    color: #28303D;
}

.text {
    font-family: 'Overpass';
    font-style: normal;
    font-size: 20px;

    line-height: 28px;

    color: #28303D;
}

.introTextContainer {
    float: left; 
    width: 30%;
    margin-left: 0px;
    margin-top: 150px;
}

.introIlluContainer {
    float: right;
    margin-right: 100px;
    margin-top: 100px;
}

.greenContainer {
    width: 480px;
    height: 420px;

    background: #D3E8DF;
    border-radius: 12px;

    text-align: center;

    flex-shrink: 2;
}

.greenContainerIllu {
    margin-top: -100px;
}

.greenBoxContainer {
    display: grid;
    justify-content: space-around;
    grid-template-columns: auto auto;

    margin-top: 200px;
}

