@font-face { font-family: 'goethe-bold', sans-serif; src: url(GoetheBold.ttf); } body { font-size: calc(1rem + 1vw); min-height: 100vh; background-color: #130149; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; } h1 { font-family: monospace; font-size: calc(5rem + 3vw); /* Responsive font size for h1 */ color: white; margin-top: 200px; margin-bottom: 20px; } h2 { font-family: monospace; font-size: 1.6rem; /* Adjust the font size for h2 as needed for responsiveness */ color: white; } h3 { font-size: 1rem; /* Adjust the font size for h3 as needed for responsiveness */ margin-top: 300px; } #header { font-family: monospace; font-size: calc(1.2rem + 0.5vw); /* Responsive font size for #header */ margin-top: 20px; color: white; }