body{
    text-align: center;
    justify-content: center;
    background-size: cover;
}
h1 {
    margin-top: 60px;
    margin-bottom: 30px;
    font-size: 50px;
    color:#eeebc2;
    background: linear-gradient(900deg,#000,cornflowerblue);
    padding: 20px;
}

div{
    color: white;
    margin: auto;
    font-size: 20px;
    font-weight: bold;
    width: 500px;
    height: 300px;
    padding: 20px;
    background: linear-gradient(900deg,#000,cornflowerblue,#000);
    border-radius: 10px;
}