body{
    display: flex;
    flex-direction: column;
    background-color: #f4a460;;
    box-sizing: border-box;
    text-align: center;
    align-items: center;

}
a{
    text-decoration: none;
    text-align: center;
}

div ul{
    display: flex;
    flex-direction: column;
    align-content: center;
}
