html, body {
    padding: 0;
    margin: 0;
    background-color: #999;
}

.relogio{
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.display{
    background-color: #2c2e43;
    width: 400px;
    height: 200px;
    text-align: center;
    line-height: 200px;
    border-radius: 10px;
    color: #fff;
    font-size: 7rem;
    font-family: "Qahiri", sans-serif;
    font-weight: 400;
    font-style: normal;
    border: 10px solid black;
}

footer{
    font-size: 2rem;
    margin-top: 10px;
    color: #333;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500;
    font-style: normal;
}