main {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    max-width: 650px;
    min-width: 50px;
    width: 90%;
    font-size: 1.5rem;
    color: #444;
    gap: 20px;
}

.title {
    font-size: clamp(10px, 5vw, 2rem);
}

.text {
    font-size: clamp(10px, 5vw, 1.5rem);
    margin-left: 20px;
}