body {
    background-color: #121212;
}

select {
    width: 100%;
}

button {
    width: 100%;
}

.page-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    font-family: Arial, sans-serif;
    color: white;
}

.group {
    display: flex;
    flex-direction: column;
    align-items: center;
    outline: 1px solid white;
    padding: 10px;
    margin: 10px;
    width: 400px;
    min-height: 50px;
    gap: 10px;
}

.label {
    font-weight: bold;
    font-size: 20px;
}

.text {
    font-size: 24px;
    color: #a8a8a8;
}