* {
    margin: 0;
    padding: 0;
}

body {
    background-image: url("https://willdotjpg.gay/images/backgrounds/battle%20against%202.png");
}

a {
    color: #56106a;
}

a:hover {
    color: #695ea5;
}

a:visited {
    color: #7c5d9b;
}

.main {
    width: 700px;
    height: 450px;
    border: 1px solid #fff;
    background-color: #1f1f1f;
    padding: 10px;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.thanks {
    background-image: url("https://willdotjpg.gay/300000/thankyou.png");
    width: 416px;
    height: 66px;
}

.text {
    width: 480px;
    height: 500px;
    position: absolute;
    margin-left: 100px;
    box-sizing: border-box;
    color: #fff;
    font-size: 18px;
    overflow: auto;
}
