@charset "utf-8";

/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
html,
body {
    margin: 0px;
    padding: 0px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    line-height: 2;
}

a,
a:hover,
a:focus {
    color: #000;
    outline: none!important;
}

b,
strong {
    font-weight: 700;
}

@media (max-width: 767px) {
    h1 {
        font-size: 2rem;
    }
}