body, html {
    margin: 0;
    padding: 0;
    background-color: rgb(240, 240, 240);
}

.container{
    font-family: Helvetica, Arial;
    color: black;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
    height: fit-content;
    width: fit-content;
}
#slide1 h1{
    margin-top: 20px;
    font-size: 2rem;
    text-align: center;
}
#underline{
    background-color: purple;
    position: relative;
    height: 10px;
    width: 50px;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 30px;
    border-radius: 13%;
}

#slide3 h2{
    margin-top: 50px;
    text-align: center;
    margin-bottom: 20px;
}


section{

    height: fit-content;
    align-items: top;
    overflow-y: scroll;
    scroll-snap-align: start;
    
}
h3{
    margin: 5px;
    font-size: 15px;
    font-weight: bold;
    color: black;
}
p{
    margin: 5px;
}
