* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html {
    font-family: Arial, Helvetica, sans-serif;
    background: #000;

}

h1 {
    color: #fff;
    font-weight: 600;
    font-size: 56px;
    text-align: center;
}

h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 100;
    text-align: center;
}

.text-container {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    gap: 10px;
    height: 100vh;
    z-index: 4;
}

