*{
    padding: 0px;
    margin: 0px;
}
html,body{
    background-color: rgb(24, 24, 24);
}
input,textarea,select{
    font-family: 'Urbanist','Zen Maru Gothic', sans-serif;
}
::-webkit-scrollbar{
    width: 20px;
    background-color: whitesmoke;
}
::-webkit-scrollbar-track{
  background-color: whitesmoke;
    margin-top: 5px;
    margin-bottom: 5px;;
}
::-webkit-scrollbar-thumb{
    border-radius: 1000px;
    background-color: rgb(24, 24, 24);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    background-clip: padding-box;
}
header{
    display: flex;
    align-items: center;
    padding: 10px;
    position: sticky;
    top: 0;
    z-index: 1359;
    background-color: #f2fcf3;
    border-bottom: 5px solid #15270c;
}
a{
    text-decoration: none;
    color: rgb(129, 129, 255);
    font-family: 'Urbanist','Zen Maru Gothic', sans-serif;
}
#linkbase{
display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
}
#linkimglist{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#linkimglist h2{
    color: whitesmoke;
    padding: 10px;
    font-size: 20px;
}
#linkimglist a{
    background-color: rgb(69 69 69);
    margin: 10px;
    border-radius: 20px;
}
#linkimglist img{
    display: flex;
    flex-wrap: wrap;
    width: 300px;
    border-radius: 20px;
}
#nav{
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0 auto;
    
}
#nav-link{
    color: black;
    padding: 10px;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Urbanist','Zen Maru Gothic', sans-serif;
    border-radius: 30px;
}
#nav-link:hover{
    background-color: darkgrey;
}
#title{
    padding: 15px;
    top: 0%;
    position: sticky;
    background-color:rgb(24, 24, 24);
    border-bottom: 2px solid rgb(44, 44, 44);
    display: flex;
    align-items: center;
    
}
li{
    font-size: 20px;
    font-family: 'Urbanist','Zen Maru Gothic', sans-serif;
    color: whitesmoke;
}
#title h1{
    color: whitesmoke;
    font-family: 'Urbanist','Zen Maru Gothic', sans-serif;
    padding-left: 20px;
}
section{
    padding: 30px 70px;
}
section p,b{
    font-size: 20px;
    font-family: 'Urbanist','Zen Maru Gothic', sans-serif;
    color: whitesmoke;
}
section h2{
    font-size: 35px;
    font-family: 'Urbanist','Zen Maru Gothic', sans-serif;
    word-break: keep-all;
    color: whitesmoke;
}
hr{
    color: gray;
    width: 70%;
    margin: 0 auto;
}
footer{
    clear: both;
    padding: 30px;
    color: whitesmoke;
    background-color: rgb(24, 24, 24);
    font-family: 'Urbanist','Zen Maru Gothic', sans-serif;
}
#content-body a{
    padding: 3px;
}
#body{
    margin: 10px 5vw;
}
