h1{
    color: blue;
    text-align: center;
}
h2{
    text-align: center;
    color: rgba(0, 0, 255, 0.385);
}
body{
    background-color: bisque;
}
