@media only screen and (max-width: 700px) {
    body.home main.main { 
        margin-top: 60px;
    }
    .main-title { 
        font-size: 3.2rem !important;
    }
.domain-form {
    margin-top: 0px !important;
} 
ul#DomainTab { 
    margin-bottom: 30px !important;
}
 


}

@media only screen and (max-width: 600px) {
    .icon-rows { 
        grid-template-columns: repeat(4, 1fr);
    }
}
@media only screen and (max-width: 500px) {
    .main-title {
        font-size: 2.6rem !important;
    }
    .domain-form {
        margin-bottom: 0px !important;
    }


}
@media only screen and (max-width: 450px) {
    .main-title {
        font-size: 2.2rem !important;
    }



}