body {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-family: "IBM Plex Mono", monospace;
    background-color: #15202B;
    overflow-x: hidden;
}

/* give me header */

header {
    background-color: #c4c4c4;
    color: #f1f1f1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 17em;
    padding-bottom: 19em;
    text-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px;

}

header h1 {
    font-size: 6em;
    font-weight: 400;
    margin: -0.35em;
    text-align: center;
}

header p {
    font-size: 1.5em;
    font-weight: 300;
    margin: 0.9em;
    text-align: center;
}

header button {
    font-size: 1.5em;
    font-weight: 500;
    font-family: inherit;
    background-color: #f1f1f1;
    color: #15202B;
    padding: 0.5em 0.75em;
    border-radius: 15px;
    border-style: none;
    transition: 0.25s ease-in-out 0s;
    filter: drop-shadow(rgba(0, 0, 0, 0.25) 0px 4px 4px);
}

header button:hover {
    background-color: #dadada;
    cursor: pointer;
}

/* make split hoodie merchandise */

.container {
    background: linear-gradient(rgb(196, 196, 196) 0%, rgb(196, 196, 196) 50%, rgb(21, 32, 43) 50%, rgb(21, 32, 43) 100%);
}

/* ~~i do not lie about anything~~ */

.stats {
    background-color: #f1f1f1;
    color: #15202B;
    text-align: center;
    display: flex;
    flex-direction: row;
    border-radius: 25px;
    padding: 10em 0em;
    margin: 0rem 3rem 0rem 3rem;
    filter: drop-shadow(rgba(0, 0, 0, 0.25) 0px 4px 4px);
}

.left {
    margin: auto
}

.right {
    margin: auto
}

.stats h2 {
    font-size: 1.5em;
    font-weight: 300;
    margin: 0;
}

.stats h1 {
    font-size: 4em;
    font-weight: 500;
    margin: 0;
    text-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px;

}

/* i persue a margin */

.main {
    margin: 3rem 3rem 1.5rem 3rem;
    display: flex;
    flex-direction: row;
}

/* i persue a passion */

.about {
    background-color: #f1f1f1;
    background-image: url(images/passion.png);
    background-size: cover;
    border-radius: 25px;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 2.5em 5em;
    width: 64%;
    filter: drop-shadow(rgba(0, 0, 0, 0.25) 0px 4px 4px);
}

.about p {
    font-size: 3em;
    font-weight: 500;
    text-align: center;
    max-width: 12em;
    padding-top: 2.5em;
    padding-bottom: 2.5em;
    margin: auto;
    display: block;
    color: #f1f1f1;
}

.about .button {
    justify-content: center;
    display: flex;
    filter: drop-shadow(rgba(0, 0, 0, 0.25) 0px 4px 4px);
}

.about a {
    font-size: 1.5em;
    font-weight: 500;
    background-color: #f1f1f1;
    color: #15202B;
    border-radius: 15px;
    padding: 0.5em 0.75em;
    transition: all 0.25s ease-in-out 0s;
}

/* never gonna give you up */

.videos {
    margin: auto auto auto 4%;
    display: flex;
    flex-direction: column;
}

.videos .top {
    margin: auto;
    padding: 1rem 0rem 1rem 0rem;
}

.videos .bottom {
    margin: auto;
    padding: 1rem 0rem 1rem 0rem;
}

.videos iframe {
    border-radius: 25px;
    border-style: none;
    filter: drop-shadow(rgba(0, 0, 0, 0.25) 0px 4px 4px);
}

/* contact section */

.contact {
    margin: 3rem 3rem 0rem 3rem;
    display: flex;
    flex-direction: row;
    
}

/* social media */

.socials {
    background-color: #f1f1f1;
    border-radius: 25px;
    padding: 4rem;
    width: 35%;
    display: flex;
    justify-content: center;
    filter: drop-shadow(rgba(0, 0, 0, 0.25) 0px 4px 4px);
}

.socials a {
    color: #15202B;
    text-decoration: none;
    margin: auto;
    transition: 00.25s ease-in-out;
    filter: drop-shadow(rgba(0, 0, 0, 0.25) 0px 4px 4px);
}

.socials a:hover {
    color: #15202be1;
}

.solo a {
    display: none;
}

/* email bit WHY IS IT CALLED PROJECTS AAAAA */

.projects {
    background-color: #f1f1f1;
    border-radius: 25px;
    margin: 0rem 0rem 0rem 4rem;
    padding: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    filter: drop-shadow(rgba(0, 0, 0, 0.25) 0px 4px 4px);
}

.projects .button {
    font-size: 1.5em;
    font-weight: 500;
    background-color: #15202B;
    color: #f1f1f1;
    border-radius: 15px;
    padding: 0.5em 0.75em;
    transition: all 0.25s ease-in-out 0s;
    text-decoration: none;
    text-align: center;
    filter: drop-shadow(rgba(0, 0, 0, 0.25) 0px 4px 4px);
}

.projects .button:hover {
    background-color: #15202be1;

}

.projects .link {
    padding-top: 0.5em;
    text-decoration: none;
    color: #c4c4c4;
    font-size: 1.125em;
    margin: auto;
    font-weight: 400;
}

.contactcontainer {
    background: linear-gradient(rgb(21, 32, 43) 0%, rgb(21, 32, 43) 50%, rgb(196, 196, 196) 50%, rgb(196, 196, 196) 100% );
}

/* footer */

footer {
    background-color: #c4c4c4;
    color: #f1f1f1;
    padding-top: 3rem;
}

/* fade in */

.fade-in {
    opacity: 0;
    transform: translateY(5%);
    transition: opacity 400ms ease-out, transform 100ms ease-in;
}

.fade-in.appear {
    transform: translateY(0);
    opacity: 1;
}

/* resposive */


@media screen and (max-width: 72.5em) {
    .main {
        flex-direction: column;
    }

    .about {
        width: auto;
        margin: 0rem 0rem 0rem 0rem
    }

    .videos {
        flex-direction: row;
        margin: 3rem auto auto auto;
        width: 100%;
    }


    .videos iframe {
        margin: auto;
    }

    .contact {
        flex-direction: column-reverse;
    }

    .projects {
        margin: 0rem 0rem 3rem 0rem;
        width: auto;
    }

    .desktop {
        width: auto;
        display: none;

    }

    .contactcontainer {
        background: linear-gradient(rgb(21, 32, 43) 0%, rgb(21, 32, 43) 35%, rgb(196, 196, 196) 35%, rgb(196, 196, 196) 100% );
    }
    
    .socials {
        padding: 0;
        width: 100%;
        background-color: #c4c4c400;
        color: #f1f1f1;
        filter: drop-shadow(rgba(0, 0, 0, 0) 0px 0px 0px);
    }
    
    .solo a {
        display: flex;
        justify-content: center;
        flex-direction: column-reverse;
        width: 100% ;
        color: #f1f1f1;
    }
    
    .solo svg {
        color: #f1f1f1;
        stroke: currentcolor;
        fill: currentcolor;
    }
}

@media screen and (max-width: 62.5em) {

    header h1 {
        font-size: 5.5em;
        max-width: 100%;
    }

    .videos {
        flex-direction: column;
    }

    .stats {
        margin: 0rem 1rem 0rem 1rem;
    }

    .main {
        margin: 3rem 1rem 1.5rem 1rem;
    }

    .contact {
        margin: 3rem 1rem 0rem 1rem;
    }
}

@media screen and (max-width: 48.75em) {
    .stats {
        flex-direction: column;
        padding: 3em 0em;
    }

    .left {
        padding-bottom: 3em;
    }
}

@media screen and (max-width: 35em) {
    
    header h1 {
        font-size: 4em;
    }
    
    header p {
        font-size: 1em;
        margin: 1em;
    }
    
    header button {
        font-size: 1.2em;
    }
    
    .videos iframe {
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }

    .about {
        padding: 2.5em 1em;
        max-width: none;
    }
    
    .about p {
        font-size: 2em;
    }
    
    .about a {
        font-size: 1em;
    }

    .socials {
        padding: 4rem 0rem;
        
    }

    .projects {
        padding: 4rem 1rem;
    }
    
    .projects .button {
        font-size: 1.2em;
    }
    
    .projects .link {
        font-size: 0.9em;;
    }
    
    header {
        padding-top: 10em;
    }

    .stats h1 {
        font-size: 3em;
    }

    .stats h2 {
        font-size: 1em;
    }
    
    footer {
        font-size: 0.5em;
    }

}