body {
    font-family: 'Arial', sans-serif;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
    height: 100vh;
    display: grid;
    place-items: center;
    background-color: #0E0E11;
    color: #FFFFFF;
}

a {
    color: #007bff;
}

#logo {
    width: 100%; 
    height: auto; 
    max-width: 293.77px; 
    margin-top: 50px;
}

#welcome-message {
    text-align: center;
    margin-top: 20px;
    font-size: 28px;
    color: #FFFFFF;
}

#redirect-link {
    display: block;
    margin-top: 24px;
    text-decoration: none;
    color: #007bff;
    font-weight: bold;
    margin-bottom: 50px;
}

#redirect-link-1 {
    display: block;
    margin-top: 24px;
    text-decoration: none;
    color: #007bff;
    font-weight: bold;
    margin-bottom: 50px;
}

#redirect-link:hover {
    text-decoration: underline;
}

#redirect-link-1:hover {
    text-decoration: underline;
}

.left {
    float: left;
    width: 33%;
    max-width: 33%;
    text-align: center;
    margin: auto;
}

.right {
    float: right;
    width: 33%;
    max-width: 33%;
    text-align: center;
    margin: auto;
}

.middle {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 33%;
    max-width: 33%;
    margin: auto;
    background-color: #181A21;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border: solid #FFFFFF 1px;
}

.left h1 {
    margin-top: 50px;
    text-decoration: underline;
    font-size: 16px;
}

.right h1 {
    margin-top: 50px;
    text-decoration: underline;
    font-size: 16px;
}

.left li {
    text-align: center;
    padding: 0%;
    margin: auto;
    font-size: 12px;
    width: 85%;
}

.right li {
    text-align: center;
    padding: 0%;
    margin: auto;
    font-size: 12px;
    width: 85%;
}

.main {
    width: 100%;
}

br {
    user-select: none;
}

.middle p {
    width: 90%;
}

.middle a {
    margin-bottom: 50px;
}