section#main_section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: top;
    text-align: center;
    color: #fff;
}

#main_section h1 {
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1rem;
    line-height: 120px;
}