body{
    user-select: none;
    background-color: #dedfdf;
    height: 100%;
    /* margin: 5em 5em 5em 5em; */
    /* margin: 15vh 10% 15vh 10%; */
    font-family: Helvetica, sans-serif;
    color: #292929;
    margin: 0 0 0 0;
    /* display: flex; */
    /* overflow: hidden; */
    scroll-behavior: unset;
}
.won{
    visibility: hidden;
    position: absolute;
}
.back{
    position: absolute;
    height: 2em;
    top: 1%;
    right: 12.5%;
    z-index: 10;
    font-family: 'Nova Mono', monospace;
    font-size: 1.5em;
}
.links{
    position: absolute;
    bottom: 0.5em;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    height: 2em;
    z-index: 10;
}
.links img{
    /* width: 2em; */
    height: 1.5em;
}
.links a{
    margin: 0 1em 0 1em;
}
.container{
    overflow-y: scroll;
    height: 100vh;
    scroll-snap-type: y mandatory;
    -ms-overflow-style: none;
    scrollbar-width: none;
} 
.container::-webkit-scrollbar{
    display: none;
}
/* Container might not be required */
section {
    /* position: relative; */
    width: 100%;
    height: 100%;
    scroll-snap-align: start;
    display: flex;
    justify-content: center;
    align-items: center;
}
div.home{
    background-color: #f8f8f8;
    margin: 0 10% 0 10%;
    padding: 0 0 0 3em;
    /* height: 100%; */
    border-radius: 0.75em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 6em 5em -5em;
}
div.texts{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
div.text{
    /* border: 1px;
    border-style: solid;
    border-radius: 5em; */
    margin: 0.5em 0 0.5em 0;
    display: flex;
    align-items: center;
}
div.text text{
    font-size: 2.5em;
    margin: 0 0 0 0;
    width: 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.2em 0 0 0;

    border: 2px;
    border-style: solid;
    border-radius: 5em;
}
div.text p{
    font-size: 2em;
    /* font-family: 'Fira Sans Condensed', sans-serif; */
    font-family: 'Nova Mono', monospace;
    margin: 0 0 0 0.5em;
}
a{
    text-decoration: none;
    color: #292929;
    cursor: pointer;
}
/* a:hover{  
    color: #fc20af;
} */
div.image{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1em 1em 1em 1em;
    width: 40%;
}
img{
    width: 100%;
    /* border-radius: 1em; */
}

.description{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 20em;  /* change for mobile*/

    text-align: justify;
    padding: 2em 2em 2em 2em;
    font-size: 150%;
}
.description p{
    width: 100%;
    font-family: 'Fira Sans Condensed', sans-serif;
    font-weight: bold;
}
.form {
    margin: 1em 3em 1em 3em;
}
.form form{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.form p{
    font-size: 1.5em;
    font-family: 'Fira Sans Condensed', sans-serif;
    font-weight: bold;
}
.form form input, .form form textarea{
    font-family: Helvetica, sans-serif;
    padding: 0.5em 0.5em 0.5em 0.75em;
    border-radius: 1em;
    margin: 0.5em 0 0.5em 0;
    width: 100%;
    font-size: 1.25em;
}
.form form button{
    padding: 0.5em 0.5em 0.5em 0.5em;
    border-radius: 1em;
    margin: 0.5em 0 0.5em 0;
    width: 100%;
    font-size: 1.25em;
    cursor: pointer;
}
div.aboutme{
    background-color: #f8f8f8;
    margin: 0 10% 0 10%;
    padding: 0 0 0 3em;
    /* height: 100%; */
    border-radius: 0.75em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 6em 5em -5em;
}
div.education{
    background-color: #f8f8f8;
    margin: 0 10% 0 10%;
    padding: 0 0 0 3em;
    /* height: 100%; */
    border-radius: 0.75em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 6em 5em -5em;
}
div.projects{
    background-color: #f8f8f8;
    margin: 0 10% 0 10%;
    padding: 0 0 0 3em;
    /* height: 100%; */
    border-radius: 0.75em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 6em 5em -5em;
}
div.projects .projs{
    margin: 2em 2em 2em 2em;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 99%;
    gap: 1rem;

    overscroll-behavior-inline: contain;

    scroll-snap-type: x mandatory;
    overflow-x: scroll;
    width: 30em;

}
div.projects .projs .pr{
    /* position: relative; */
    width: 100%;
    height: 20em;
    scroll-snap-align: start;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
div.projects .projs .pr p{
    font-size: 1.25em;
    font-family: 'Nova Mono', monospace;
    text-align: justify;
    margin: -0em 0 0.25em 0;
}
div.projects .projs .pr img{
    /* height: 1.5em; */
    width: 1.25em;
    margin: 0 0.5em 0 0;
}
div.projects .projs .pr a{
    /* height: 1.5em; */
    display: flex;
    align-items: center;
}
div.projects .projs .pr a p{
    /* height: 1.5em; */
    margin: 0;
}
div.contactme{
    background-color: #f8f8f8;
    margin: 0 10% 0 10%;
    padding: 0 0 0 3em;
    /* height: 100%; */
    border-radius: 0.75em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 6em 5em -5em;
}
#c1{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #dedfdf;
    top: 0;
    left: 0;
}
@media only screen and (max-width : 720px) {
    /* .won{
        visibility: visible;
    }
    .back{
        visibility: hidden;
    }
    .links{
        visibility: hidden;
    }
    .container{
        visibility: hidden;
    } */
    .container{
        overflow-x: hidden;
    }
    div.home{
        flex-direction: column-reverse;
        padding: 0;
        margin: 0 5% 0 5%;
    }
    div.home .image{
        width: 90%;
    }
    div.aboutme{
        padding: 0;
        margin: 0 5% 0 5%;
    }
    div.aboutme .texts{
        display: none;
        margin: 0 -100% 0 0;
    }
    div.education{
        padding: 0;
        margin: 0 5% 0 5%;
    }
    div.education .texts{
        display: none;
        margin: 0 -100% 0 0;
    }
    div.projects{
        padding: 0;
        margin: 0 2.5% 0 2.5%;
    }
    div.projects .projs{
        margin: 2.5%;
        width: 90vw;
        height: 60vh;
    }
    div.projects .projs .pr{
        height: 100%;
    }
    div.projects .texts{
        display: none;
        margin: 0 -100% 0 0;
    }
    div.contactme{
        padding: 0;
        margin: 0 5% 0 5%;
    }
    div.contactme .texts{
        display: none;
        margin: 0 -100% 0 0;
    }
    .description{
        width: 100%;
        padding: 5%;
    }
}