/*LSAKOUSTIKFont*/
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');


body{
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 20px;
    font-style: normal;
    background-color: black;
}


