@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@300&display=swap');

@media screen and (max-width: 480px) {
    header h1{
        margin: 16px;
        text-align: left;
        font-size: 35px;
        font-weight: lighter;
        font-family: 'Roboto Mono', monospace;
    }

    
}

@media screen and (min-width: 480px) {
    header h1{
        margin: 16px;
        text-align: left;
        font-size: 50px;
        font-weight: lighter;
        font-family: 'Roboto Mono', monospace;
    }

    section.download{
        margin: 16px;
    }

    section.download a{
        color: white;
    }

    section.download a:hover{
        text-decoration: underline;
    }
}