@font-face {
    font-family: Super Moods;
    src: url(fonts/Super\ Moods.ttf);
}

body {
    font-family: Super Moods;
    text-transform: capitalize;
    background-color: #febeb2;
    padding: 0;
    margin: 0;
}

section {
    min-height: 90vh;
    width: 100vw;
}

.socials-container img {
    border-radius: 15%;
}

.socials-container a {
    font-size: 0;
    margin-right: 5px;
}

.socials-container a:last-child {
    margin-right: 0;
}

.section-1 {
    background-color: #7ec2e9;
    text-align: center;
    min-height: 94vh;
}

.section-1 .socials-container {
    padding-top: 2rem;
    text-align: center;
}

.section-1 .socials-container img {
    width: 70px;
}

.section-1 .logo {
    width: 20%;
    min-width: 240px;
}

.section-1 .name {
    width: 35%;
    min-width: 240px;
}

.cover {
    width: 40%;
    min-width: 240px;
}

.section-1 .title {
    background-image: url(images/title.png);
    background-size: 100%;
    width: 40%;
    height: fit-content;
    background-repeat: no-repeat;
    text-align: center;
    margin-top: -50px;
}

.section-2 {
    background-color: #fcbecd;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-top: -16px;
}

h1 {
    color: #ffffff;
    font-size: 4em;
    margin-top: 200px;
}

.links a {
    text-align: center;
    padding: 17px 25px 14px;
    gap: 10px;

    background: #e41d4f;
    border: 1px solid #000000;
    box-shadow: 9px 9px 0px 1px #000000;
    border-radius: 20px;
    color: white;
    font-size: 32px;
    text-decoration: none;
    font-weight: 100;

    margin-right: 1rem;
    margin-left: 1rem;
}

.links-2 a {
    text-align: center;
    padding: 17px 25px 14px;
    gap: 10px;

    background: #febeb2;
    border: 1px solid #000000;
    box-shadow: 9px 9px 0px 1px #000000;
    border-radius: 20px;
    color: white;
    font-size: 32px;
    text-decoration: none;
    font-weight: 100;

    margin-right: 2rem;
}

.links-2 a:hover {
    background: #dd6462;
}

.links a:hover {
    background: #6b0a22;
}

.flex-center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-3,

.section-4 {
    background-color: #BECDFC;
}

.section-2 .head img {
    display: flexbox;
    width: 10%;
}

.section-2 .head {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
}

.section-2 .head h2 {
    margin: 0 10px;
}

.section-2 h2 {
    font-size: 70px;
    color: #ffffff;
}

.section-2 .foot {
    text-align: center;
}

.section-2 .foot p {
    color: #ffffff;
    font-size: 64px;
    padding: 0;
    margin: 0;
}

.section-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: fit-content;
    margin-top: -16px;
}

.section-3 .title {
    width: 50%;
}

.section-3 p {
    color: #ffffff;
    font-size: 66px;
    padding: 0;
    margin: 0;
}

.section-3 .flex-center {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.section-3 .illustration {
    width: 40%;
    margin-bottom: 5rem;
}



.section-4 .logo {
    width: 20%;
    min-width: 240px;
}

.section-4 {
    padding-bottom: 5rem;
}

.section-4 .title {
    background-image: url(images/title.png);
    background-size: 100%;
    width: 40%;
    height: fit-content;
    background-repeat: no-repeat;
    text-align: center;
    margin-top: -50px;
}

.section-4 p {
    color: #ffffff;
    font-size: 4em;
    margin-top: 200px;
}

.section-4 .socials-container {
    margin-bottom: 3rem;
}

.section-img {
    width: 101%;
    margin-left: 0%;
    margin-right: 0%;
}

.section-3 .flex-center .links {
    padding-top: 2rem;
}

.p2 {
    text-align: center;
    margin-top: 6rem;
    font-size: 40px;
}

.section-4 .socials-container img {
    width: 70px;
}

@media only screen and (max-width: 500px) {
    .section-1 .socials-container img {
        width: 30px;
    }

    .section-1 .title {
        width: 100%;
    }

    h1 {
        margin-top: 100px;
    }

    .links,
    .links-2 {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
        gap: 38px;
    }

    .section-3 .flex-center {
        padding: 1rem;
    }

    .links a,
    .links-2 a {
        margin-right: 0rem;
    }

    .section-2 .head {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        text-align: center;
        flex-direction: column;
    }

    .section-2 h2 {
        font-size: 40px;
    }

    .section-2 .head img {
        display: flexbox;
        width: 10%;
        margin: 0 0 10px 0;
    }

    .section-2 .foot p {
        font-size: 27px;
    }

    .section-2,
    .section-3 {
        height: fit-content;
        min-height: fit-content;
    }

    .section-3 {
        padding-top: 3rem;
    }

    .section-3 .title {
        width: 100%;
    }

    .section-3 p {
        font-size: 33px;
        text-align: center;
    }

    .section-3 .illustration {
        width: 70%;
        margin-bottom: 0;
    }

    .section-4 .socials-container img {
        width: 30px;
    }

    .section-4 .title {
        width: 100%;
    }

    h1 {
        margin-top: 100px;
    }

    .p2 {
        margin-top: 4rem !important;
    }
}


a,
a:visited,
a:hover,
a:active {
    color: white;
}

@font-face {
    font-family: 'Super Moods';
    src: url('https://www.moodengsol.com/fonts/Super%20Moods.ttf') format('truetype');
}

body {
    font-family: 'Super Moods', courier, serif;
}

.about {
    width: 50%;
    height: 50%;
    border: 10px solid #ffffff;
    border-radius: 5%;
    display: flexbox;
    margin-left: auto;
    margin-right: auto;
}

.section-5 .socials-container {
    padding-top: 4rem;
    padding-bottom: 0rem;
    text-align: center;
}

footer {
    min-height: 50px;
    text-align: center;
    font-size: 32px;
    text-decoration: none;
    font-weight: 100;
    color: #ffffff;
    position: relative;
    bottom: 0;
    width: 100%;
    height: 2.5rem;
    background-color: #BECDFC;
}