body{
    text-align: center;
    background-image: url('bg.jpg');
}

h1 {
    background-color: floralwhite;
    font-family: 'Ranchers', cursive;
    font-weight: normal;
    margin-top: 50px;
}

h2 {
    font-weight: normal;
    font-family: 'Rancho', cursive;
    background-color: floralwhite;
    font-size: 24px;
    text-decoration: none;
}

body, h1, h2 {
background: rgb(88,100,101);
background: linear-gradient(90deg, rgba(88,100,101,1) 24%, rgba(4,47,51,1) 64%);
color: #ededed;
}

a {
    text-decoration: none;
}

iframe {
    width: 1250px;
    height: 800px;
    background-color: floralwhite;
    border: 12px double darkslategrey;
}

iframe:hover {
    border-style: groove;
}


.page{
 background-color: silver;
 color: green;
 padding: 20px;
 font-family: 'Rancho', cursive;
 font-size: 24px;
 border-radius: 10px;
}
/* Add your styles here */
/* Add your styles here */

@media (min-width: 1000px) and (max-width: 1200px) {
  iframe {
    width: 750px;
    height: 450px;
  }
}