main {
    display: flex;
    height: auto;
    width: 50%;
    flex-direction: column;
    text-align: start;
    margin-bottom: 16px;
}

main h2 {
    font-size: clamp(1rem, 1rem + 2vw, 3rem);
}