* {
    padding: 0;
    margin: 0;
    font-weight: 600;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu',
    'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;;
}

.page-container {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    background-color: #F5F5F5;
    margin-top: 36px;
}

.section {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.whitebox {
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
    padding: 16px;
    margin: 16px;
}

.title {
    font-weight: 600;
}

.text {
    font-weight: 400;
}

.button {
    border-style: none;
    background-color: #FFFFFF;
    color: #4187DE;
    font-weight: 400;
    padding: 16px;
    line-height: 20px;
}