﻿/*MEDIA QUERY*/

@media only screen and (max-width: 575px) {

    main {
        padding-top: 30px;
    }
}
