@media only screen and (max-width: 500px) {
    main {
        padding: 2vw 5vw;
    }
}