.selectionList {
    display: flex;
    align-items: center;
    font-size: calc(10px + 1.5vmin);
}

.Dashboard {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 80px);
    width: 100%;
}

.Dashboard .form {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
}

.Dashboard .form label {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.Dashboard .form h3 {
    margin-bottom: 20px;
}

.Dashboard .form .selectionList {
    margin-bottom: 20px;
    min-width: 200px;
    padding: 8px;
    font-size: 18px;
}

