

.container {
    display: flex;
    flex-direction: column;
    margin-left: 200px;
    margin-right: 160px;
    padding-bottom: 50px;
}

.base-text-style {
    font-family: math;
}

.title {
    padding: 30px 0;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
}

.subtitle {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.text {
    font-size: 20px;
}


@media (max-width: 600px) {
    .title {
        font-size: 32px;
    }

    .text {
        font-size: 16px;
    }

    .container {
        margin: 20px;
    }
}
