.overlay,
.scare {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
}

.overlay {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(14, 14, 14);
    font-family: "Kanit", sans-serif;
    color: #e0e0e0;
    z-index: 2;
}

.scare {
    z-index: 1;
}

a {
    color: #e0e0e0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}