* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: font;
}

html,
body{
    width: 100%;
    height: 100%;

    font-family: font;
    font-size: 18px;
    letter-spacing: 1px;
}

.row:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.row {
    display: inline-block;
}
* html .row {
    height: 1%;
}
.row {
    display: block;
}

input,
select, a{
    outline: none;
}

a{
    text-decoration: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
    -webkit-transition-delay: 9999s;
}

@media screen and (max-width: 1024px){
    .scrollable::-webkit-scrollbar{
        display: none;
    }
}
