h1{
    color: blueviolet;
    font-size: 20px;
    margin-top: 20px;
}

p{
    color: aqua;
    font-size: 15px;
    text-align: center;
}