@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;700&display=swap');

body {
    font-family: 'Rubik', sans-serif;
}
h1 {
    font-weight: 700;
    margin-top: 0;
}
a {
    color: inherit;
    text-decoration: underline;
}
.icon {
    max-width: 250px;
}

section#content {
    z-index: 2;

}

@media (max-width: 768px) {

}