
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Roboto, light;
}

html {
    font-size: 62.5%;
}

.border {
    border-color: white;
}
 .logo {
    height: 2.5rem;
}

main .title {
    font-size: 2rem;
    color:#212529 ;
}

main .subtitle {
    font-size: 1.6rem;
    color: #707070;
}

main .location {
    font-size: 1.3rem;
    color: #707070;
}

main .before {
    font-size:1.6rem;
    color: #707070;
}

main .today {
    font-size: 2rem;
    font-weight: 500;
} 

form .boton{
    font-size: 1.6rem;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    border-radius: 0.3rem;
}

footer .copyright {
    font-size: 1.6rem;
}