body{
    background-image: url("https://www.metoffice.gov.uk/binaries/content/gallery/metofficegovuk/hero-images/weather/cloud/high-clouds.jpg");
}

#song {
    width: 550px;
    height: 500px;
    border-style: dotted;
    border-color: green;
    border-width: 15px;
    padding: 20px;
    margin: auto;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 20px;
    color: navy;
    background-color: rgba(255,255,255,0.4);
}

h1{
    font-family: 'Sunshiney', cursive;
    font-size: 50px;
    line-height: 0px;
    color: orange;
    text-align: center;
}

h2{ font-family: 'Waiting for the Sunrise', cursive;
font-size: 30px;
color: orangered;
text-align: center;}

.button{
        background-color: white;
        font-size: 20px;
        font-family: 'Waiting for the Sunrise', cursive;
        color: black;
        border: 2px solid orangered;
        margin-left: 650px;
        margin-top: 0px;
      }

      img { 
          position: relative;
          display: inline-block;
          max-width: 120px;
          padding: 20px;
      }

      .stickers{
        position: absolute;
                color: #999999;
                top: 0;
                left: 0;
                z-index: -100;
          transition: 2s;
      }

      .stickers:hover{
          opacity: .2;
      }