@import url('https://fonts.googleapis.com/css2?family=Itim&display=swap');

html {
    scroll-behavior: smooth;
    overflow: hidden; 
}

body {
    font-family: "Itim", serif;
    font-style: normal;
    margin: 0;
    width: 300vw;
    height: 300vh;
    transition: background-color 0.5s, color 0.5s;
}

header {
    width: 100%;
    height: 8vh;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}


main {
    width: 300vw;
    height: 300vh;
}
