h2
{
    background-color: white;
    color: crimson;
    font-family: sans-serif;
    text-align: center;
    width: 45%;
    margin:auto;
    padding: 20px;
}
 
body
{
    background-image: url('/Night-Las-Vegas.png');
    background-repeat: no-repeat;
    background-size: cover;
}