body {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    margin-top: 25px;
    background-color: rgb(22, 21, 21);
    color: white;

}

hr {
    width: 500px;
}

#title {
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 2px;
}
