@font-face {
	font-family: "Inter";
	src: url('/Inter-VariableFont_slnt\,wght.ttf');
	font-display: swap;
}

body, h1, p {
    margin: 0;
    padding: 0;
}

body {
    background-image: url('/20200618_203108.jpg');
    background-size: cover; /* Adjust as needed */
    background-repeat: no-repeat;
    background-attachment: fixed; /* Keep the image fixed while scrolling */
}

#year {
    color: white;
    font-size: 75px;
    font-family: 'Inter', serif;
    font-weight: 600;
    letter-spacing: 10px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
