body {
    min-height: 100vh;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.faded-bg {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 5px;
}

.main-text {
    color: #010a00;
}

.server-text {
    text-align: center;
    color: #bfbfbf;
    font-size: 2rem;
}

.server-ip-text {
    text-align: center;
    color: #000000;
    cursor: pointer;
    text-decoration: underline;
    font-size: 4rem;
}

.server-ip-text:hover {
    color: #1d8717;
}