* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 16px;
}

@media (max-width: 992px) {
    * {
        font-size: 12px;
    }
}

*:focus {
    outline: none;
}

input,
button {
    border:none;
    background-image:none;
    background-color:transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

li {
    list-style: none;
}

a, a:hover {
    text-decoration: none;
    color: inherit;
}

body {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
