* {
    margin: 0px;
    padding: 0px;
    font-family: 'Inter', sans-serif;
    text-align: center;
    color: white;
}

body {
    background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
    height: 100%;
}

main {
    margin-top: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.selection {
    padding: 50px;
    width: 1000px;
    border-radius: 16px;
    background: #ffffff22;
    display: flex;
    justify-content: left;
    align-items: center;
    flex-direction: column;
}

.selection-1 {
    padding: 50px;
    width: 700px;
    font-size: 40px;
}

.selection-2 {
    margin-top: 40px;
}

.selection-3 {
    font-size: 20px;
    margin-top: 40px;
}

footer {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 15px;
    opacity: 0.6;
}

button {
    padding: 12px 28px;
    background-color: #97979779;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

button:hover {
    background-color: #979797a4;
}