body {
  font-family: "Helvetica Neue";
  font-size: 1rem;
  /*background: #efefef;*/
  /*margin-top: 15px;
  margin-left: 15px;
  margin-right: 15px;*/
  overflow-x: hidden;
  width: 100%;
  background-image: url(http://www.velmaspell.com/velma.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.6;
  background-color: white;

}

html {
  width: 100%;
  overflow-x: hidden;
}

#marquee-text {
  font-style: italic;
  color: red;
}


p {
  color: black;
  font-size: 30px;
  line-height: 25px;
}

h1 {
  color: black;
}


/*.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}*/

#content {
    /*width: 100%;*/
    min-height: 100vh;
    transition: all 0.3s;
  /*  padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: -10px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;*/
}


a {
  color: #049ad9;

}

a:link {
  color: #049ad9;
  background-color: transparent;
  text-decoration: none;
}


a:hover {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

a:focus {
  color: white;
  text-decoration: none;
  outline: none;
}

@media only screen and (max-width: 600px) {
  body {
    background-color: lightblue;
  }
}

