#Introduction{
    text-align: center;
    color: white;
    font-size: 30px;
    margin-top: 10%;
}

#Introduction span{
    font-size: 25px;
}

#About{
    text-align: center;
    color: white;
    font-size: 30px;
    margin-top: 30%;
    margin-left: 35px;
    margin-right: 35px;
    margin-bottom: 50px;
}

#About span{
    display: block;
    margin-top: 10px;
    font-size: 25px;

}

.Learn-More-Button{
    background-color: #e42970;
    border-radius: 20px;
    margin: 35px auto;
    width: 130px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}
/* 
@media only screen and (max-width: 730px) {
    #Introduction{
        margin-top: 55%;
    }
} */
