html {
    background-color: #186466;
}

body {
    width: 80%;
    padding: 25px;
    margin: auto;
    background-color: #dbfeff;
    border-style: solid;
    border-width: 0 25px 0 25px;
    border-color: white;
}

header {
    margin: auto;
    width: 100%;
    align-items: center;
    justify-items: center;
    background-color: white;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-style: solid;
    border-width: 5px 5px 0 ;
    border-color: #186466;
}

div.titleoftitles {
    align-content: center;
    justify-content: center;
    text-align: center;
}

nav {
    margin: auto;
    width: 100%;
    background-color: #3eaaad;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-style: solid;
    border-width: 5px 5px 5px 5px;
    border-color: #186466;
}

div.nav {
    display: flex;
    justify-content: space-evenly;
}

div.main{
    width: 50%;
    align-content: center;
    text-align: center;
}

div.hooman{
    width: 50%;
    align-content: center;
    text-align: center;
}

div.hooman:hover {
    width: 50%;
    background-color: #186466;
    color: #dbfeff;
}

a {
    width: 50%;
    align-content: center;
    text-align: center;
    color:#dbfeff;
    font-style:normal ;
    text-decoration: none;
    
}

a:hover {
    width: 50%;
    align-content: center;
    text-align: center;
    color: #dbfeff;
    font-style:normal ;
    text-decoration: none;
}

div.main:hover {
    width: 50%;
    background-color: #186466;
    color: #dbfeff;
}

div.short-intro {
    width: 50%;
    background-color: white;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    text-align: justify;
    border-radius: 10px;
    border-style: solid;
    border-width: 5px;
    border-color: #186466;
    margin-top: 20px;
}

div.likes {
    width: 50%;
    background-color: white;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    text-align: justify;
    border-radius: 10px;
    border-style: solid;
    border-width: 5px;
    border-color: #186466;
    margin-top: 20px;
}

div.updates {
    margin-top: 30px;
}