@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.container {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: oklch(0.1165 0.0396 142.5);
    color: oklch(0.9612 0 0);
    margin: 0;
}

h1 {
    font-weight: 800;
    font-size: 4rem;
    margin: 0;
}
