@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400&display=swap');

html {
    display: block;
    font-size: 10px;
    scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Archivo', sans-serif;
}

body {
    background-color: rgb(234, 234, 234);
    position: relative;
}

a {
    text-decoration: none;
    color: black;
}

hr {
    width: 70%;
    margin: 1rem;
    opacity: 0.5;
}