body {
    width: 100vw;
    height: 100vh;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #121013;
    font-family: Inter;
}

.background {
    position: relative;
    display: flex;
    justify-content: center;
    width: 34.479166666666664vw;
    height: 28.14814814814815vh;
    background: rgba(233,205,255,0.07);
    border-radius: 0.2vw;
    border: 1px solid rgba(255,255,255,0.08);
}

.title {
    margin-top: 2vh;
    font-weight: 700;
    font-size: 1.3541666666666667vw;
    color: white;
}

.connectwithdiscord {
    position: absolute;
    display: flex;
    gap: 0.5vw;
    color: white;
    justify-content: center;
    align-items: center;
    width: 23.333333333333332vw;
    height: 5vh;
    border-radius: 1vw;
    cursor: pointer;
    background: #5865F2;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-weight: 600;
    font-size: 0.8333333333333334vw;
    box-shadow: rgba(88,101,242, 0.2) 0px 7px 29px 0px;
}