main {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 18px;
}

h1 {
    color: var(--grey);
    text-align: center;
    margin-top: 20px;
    font-size: 2em;
}

h2 {
    font-size: var(--font-size-h3);
    color: #666666;
}

.title {
    margin-bottom: 40px;
    padding: 0 20px;
    text-align: center;
}

.title strong {
    color: var(--red);
}