
@import url('https://fonts.googleapis.com/css2?family=Cascadia+Code:ital,wght@0,200..700;1,200..700&display=swap');

body {
    background-color: black;
    overflow: hidden;
}
.x {
    color: rgb(48, 48, 48);
    font-size: 1.2rem;
    font-family: "Cascadia Code";
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.x2 {
    color: rgb(48, 48, 48);
    font-size: 1.2rem;
    font-family: "Cascadia Code";
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin-top: -90vh; /* Moves .x2 below .x */
}