.main-section{
    height: auto;
    width: 100%;
}

.main-section h1{
    font-size: 2rem;
    font-weight: 700;
    color: #ff0000;
    margin-bottom: 2rem;
    text-align: center;
    align-items: center;
    justify-content: center;

}

.main-section p{
    font-size: 1.2rem;
    font-weight: 400;
    color: #ff0000;
    margin-bottom: 2rem;
    text-align: center;
    align-items: center;
    justify-content: center;
}