section#main {
    height: calc(100vh - 50vh);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #fff;
}

#main h1 {
    color: rgb(255, 91, 91);
    margin-top: 175px;
    font-size: 3rem;
    margin-bottom: 1rem;
}

#main h2 {
    color: black;
    font-style: italic;
    font-weight: bold;
}

#main hr {
    border: none;
    width: 550px;
    height: 5px;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
}