@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap');

* {
    font-family: "Roboto", Arial, sans-serif;
}

h1, h2 {
    font-weight: 400;
}

body {
    margin: 0;
    padding: 0;
    background-color: rgb(250, 250, 250);
}

main {
    display: flex;
    width: 100vw !important;
    height: 100vh;
    overflow-x: hidden;
    flex-direction: column;
}

