html, body{
    min-height: 100%;
    margin: 0px;
    padding: 0px;
}

#header{
    height: 18vh;
    width: 100%;
    background-color: #294BB7;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#header h1{
    margin: 0px;
    padding: 0px;
    color: #DDE7FF;
}

#main{
    height: 68vh;
    width: 100%;
    background-color: #E8EEFF;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#footer{
    height: 14vh;
    width: 100%;
    background-color: #111827;
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#details{
    height: 45vh;
    width: 20vw;
    background-color: #C5D0F5;
    border-radius: 8px;
    box-shadow: 0px 0px 20px rgba(17, 24, 39, 0.15);
}

#heading{
    font-size: 24px;
    letter-spacing: 0.5px;
    font-weight: 500;
    text-align: center;
    margin-top: 3vh;
    color: #2F3A6B;
}

#username{
    display: block;
    height: 30px;
    width: 230px;
    margin: auto;
    margin-top: 7vh;
    border: 1px solid white;
    box-sizing: border-box;
    border-radius: 3px;
    text-decoration: none;
}

#username:hover{
    box-shadow: 0px 0px 4px 2px rgba(17, 24, 39, 0.15);
    text-decoration: none;
}

#button{
    display: block;
    margin: auto;
    margin-top: 10vh;
    height: 30px;
    width: 150px;
}

#button:hover{
    background-color: black;
    color: white;
    box-shadow: 0px 0px 4px 2px rgba(17, 24, 39, 0.15);
}

#footer p{
    margin: 0px;
    padding: 0px;
    font-size: 20px;
}

#footer-text{
    color: white;
}

#heart{
    color: red;
}

#admin{
    color: white;
}
