@font-face {    font-family: 'opensans';
    src: url('../fonts/Open_Sans/OpenSans-VariableFont_wdth\,wght.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {
    font-family: opensans;
    background-color: black;
}

.main {
    color: white;
    font-size: 40px;
}

a {
    text-decoration: none;
    color: red;
}

@media (max-width: 768px) {
    .main {
        font-size: 20px;
    }
}