img {
  border-radius: 25px;
  border: solid 5px;
  border-color: blue;
  }
  
  h1 {
    background-color: blueviolet;
  }

  h2 {
  font-size: 18px;
  background-color: blueviolet;
  border-radius: 25px;
  }
  
  body {
    background-color: aquamarine;
    font-family: Trebuchet MS;
    color: navy;
    text-align: center;
    background-image: url("assets/YES\ IT\ ACTUALLY\ WORKS.gif");
    background-size: 100px 35px;
     
  }
  
  a {
    background-color: blue;
    font-size: 20px;
    border-radius: 10px;
    padding: 0 10px;
    display: block;
    margin: 10px;
    color: aquamarine;
    text-align: center;
    size: 25%;
  }

  button {
    border: 0;
    border-radius: 25px;
    background-color: blue;
  }
  
  iframe {
    border-color: blue;
    border-radius: 25px;
    border: solid 5px;
    background-color: blueviolet;
  }

  p {
    background-color: springgreen;
  }
