body{
    background: linear-gradient(Orange, Blue);
    color: black;
    text-align: center;
    font-size: 27px;
    font-weight: bold;
}

h1{
    text-decoration: none;
    font-size: 40px;
    color: white;
    margin: 10px;
}
