@import url('https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css');

body {
    background-color: #ffffff;
    color: #000000;
    font-family: Arial, sans-serif;
    text-align: center;
    padding-top: 40px;
}

#symbol {
    font-size: 60px;
    margin-bottom: 20px;
}

.container {
    max-width: 400px;
    margin: 0 auto;
}

.input-field {
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.112);
    padding: 10px;
    margin-bottom: 20px;
}

#checkboxes {
    display: flex;
    flex-direction: column;
}
#checkboxes label {
    color: #6f6f6f;
    margin-bottom: 10px;
}