.no-js {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100vw;
    font-family: 'Inter', sans-serif;
    font-size: 1.5rem;
    color: #fff;
    background-color: #000;
}
.no-js h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
}
.no-js p {
    font-size: 1rem;
}
