body{
    text-align: center;
    font-size: 24px;
}
a{
    text-decoration: none;
    color: black;
}
hr{
    width: 50%;
}
a:hover{
    text-decoration: underline;
}