body{
    font-size: 2rem;
    font-family:"Varela Round", serif;
    text-align: center;
    color: #FAFAFA;
    margin:0px;
    
}
p,li{
    color: #6B7280;
    font-family:"Varela Round", serif;
}
img{
    display:flex;
    width: 1200px;
    margin:50px;
    align-items: center;
}

h1{
    font-family: "REM", sans-serif;
    color: #2E2E2E;
}
h2{
    color:#2563EB;
    font-family: "REM", sans-serif;
}
h6{
    color:#7f838b;
}
nav{
    display:flex;
    width:1200px;
    font-size:3rem;
    margin:0px auto;
    padding:2px;
    justify-content:center;
    color: #bfacb2;
    text-align: center;
    

}

nav a,h5{
    padding:18px;
    color:#38BDF8;
    text-decoration: none;
}
nav a:hover{
    background: #bfacb2;
    color: #B0CFE2;
}
footer{
    display: flex;
    font-size: 2rem;
    width:1200px;
    color: #bfacb2;
    margin:0px auto;
    background: white;
    padding:20px;
    justify-content: space-between;
    font-family:sans-serif;
    text-align: center;
    
}
footer a:hover{
   color: #B0CFE2;
}
footer a{
    color: #bfacb2;
    text-decoration: none;
}
ul, ol {
    display: inline-block;
    text-align: left;
    list-style-position: inside;
    padding-left: 0;
    margin: 0 auto;
}

.centered-list{
    list-style: disc;
    list-style-position: inside;
    text-align: center;
    padding: 0;
    margin: 0;
}

.custom-hr {
    border: none;
    height: 3px;
    background: linear-gradient(to right,  #FFFFFF, #E5E7EB, #FFFFFF);
    width: 70%;
    margin: 2rem auto;
}


@media screen and (max-width:1625px){
    body{
        background:#ece7e8;
    }
    img{
        width:100%;
        margin: 0px auto 0px auto;
        text-align: center;
        display: block;
        justify-content: space-between;
        align-items: center
        
    }
    nav{
        width:100%;
        flex-direction: column;
        background: #ffffff;
    
    }
    nav a{
        text-align: center;
    }
    
    header{
        flex-direction: column;
        width: 100%;
    }
    footer{
        width:100%;
        flex-direction: column;
        font-size: 1rem;
        padding:0px;
        justify-content: space-around;
    }
    p{
        text-align: center;
    }

}