h1{
    text-align: center;
}
a{
    text-align: center;
    border-radius: 50px;
    background: #c7e7e7;
    box-shadow:  -19px 19px 38px #9bb4b4,
                19px -19px 38px #f3ffff;
}
p{
    text-align: center;
    
}
button{
    text-align: center;
}