* {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    background: #1f1f1f;
    color: #e4e4e4; 
}
*::selection{
    background-color: #5ed9ff;
    color: #1f1f1f;
}
div {
    display: block;
}
h1 {
    font-size: 52px;
    font-weight: bold;
    display: block;
    text-align: center;
    margin-top: 20px;
}
a {
    text-decoration: none;
    display: block;
    text-align: center;
    font-size: 24px;
    margin-top: 10px;
    font-weight: bold;
}
a:hover{
    color: #5ed9ff;
    text-decoration: underline;
}
span {
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 14px 0;
    display: block;
    text-align: center;
}
.small {
    font-size: 7px;
    display: block;
    text-align: center;
}