.center {
    position: fixed;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box.starbox {
    background-color: transparent;
    background-image: url("/../assets/stars2.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 800px;
    height: 350px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.box.introbox {
    font-size: 25px;
    margin-top: -250px;
    font-weight: bold;
    padding: 5px;
    position: absolute;
}

.main-intro {
    overflow: hidden;
}

.disclaim.lowkey {
    background-color: #1b2330;
    font-size: 19px;
    margin-top: 25px;
    margin-bottom: 25px;
    width: fit-content;
    padding: 5px;
}

.accept a {
    display: block;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 25px;
    padding: 5px;
    cursor: pointer;
}

.accept a:hover {
    background: linear-gradient(180deg, #3e71cd, #2c3e6c);
    color: #8c0000;
}
