h1{
    text-align: center;
    color: blue;
    font-size: 50px;
    font-weight: 600;
}
p{
    font-size: 25px;
    font-weight: 300;
    text-align: center;

}