body {
    background: rgb(70, 142, 236);
    font: normal 15px Arial;
}

header {
    color: white;
    text-align: center;
}

section {
    background: white;
    border-radius: 10px;
    padding: 15px;
    width: 500px;
    margin: auto;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.363);

}

footer {
    color: white;
    text-align: center;
    font-style: ita;
}

#conteudo {
    text-align: center;
}

#frase {
    font-size: 18px;
    margin-bottom: 20px; /* margin a partir de baixo */
}

.relogio-container {
    background: #000;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 20px #0f0;
}

#relogio {
    font-size: 4rem;
    letter-spacing: 4px;
}

