@media screen and (min-width: 768px) {
    h1{
        font-size: 48px;
    }

    main{
        height: 79vh;
    }

    div#resultado{
        width: 520px;  
    }

    div > p#p-relogio{
        font-size: 9em;
    }

    div p#data-completa{
        font-size: 24px;
    }
}