main {
    background: var(--box-color);
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 30px 0;
    border-radius: 10px;
    padding: 40px 30px; 
}

h2, h3 {
    font-size: 64px;
    color: var(--accent-color);
    font-weight: bold;
    font-family: "Trebuchet MS";
}

h3 {
    font-size: 36px;
}

p, p > a {
    font-size: 24px;
    color: var(--accent-color);
    font-family: 'Trebuchet MS';
}