html, body {
    height: 100%;
    overflow: hidden
}
body {
    position: relative;
    background-image: url("https://cdn.upload.systems/uploads/AOTOc6bV.png");
    background-size: cover;
    background-position: center center;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.textcontainer {
    color: white;
    text-align: center;
    padding: 70px 0;
    text-decoration: none;
}

.Text2 {
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 5px 0;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
}

a {
    color: rgb(255, 255, 255);
    text-decoration: none;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}

.box {
    width: 550px; 
    height: 350px;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: 'Roboto', sans-serif;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    border: 1px solid rgb(29, 29, 29); 
    background-color: rgba(5, 5, 5, 0.7); 
    box-shadow: 0 0 10px rgb(0, 0, 0);
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
}

    .ascii {
        display: flex;
        top: 7%;
        position: absolute;
        font-family: 'Roboto', sans-serif;
        color: white
    }

    .linksnshit {
        top: 35%;
        position: absolute;
        display: flex;
        flex-direction: column;
        text-align: center;
        margin-top: 2px;
    }
