@media only screen and (max-width: 600px) {
    body {
        font-size: .75rem;
        font-weight: 400;
        line-height: 1.5;
    }
    
    header, main, footer {
        padding: 4vh;
    }

    header {
        margin-top: 0;
    }
    
    .link > .material-symbols-outlined {
        font-size: .75rem;
    }
    
    button > .material-symbols-outlined {
        font-size: 1rem;
    }
    
    h1 {
        font-size: 1.2rem;
        font-weight: 500;
    }

    #propic {
        width: 65px;
        height: 65px;
    }
}