body {
/*  background-image: url("imgs/flowers1.jpg");*/
  background-size: cover;
  background-position: center;
  background-color: dimgray;
  }

  .wrapper {
    text-align: center;
    font-family: verdana;
    font-style: italic;
    color: white;
    }
  h1 {
    font-size: 120px;
    font-family: verdana;
    font-style: italic;
    font-weight: 600;
    color: white;
    text-decoration: overline underline;
  }
  a {
    color: white;
  }


