html,body,#content{
    height: 100%;


}
#content a{
    color: black;
}
#content{
    font-size: 2.2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}