body {
  background-color: #F1E0E8;
  background-image: url("pagebg.gif");
  background-repeat: repeat, repeat;
}

h1 {
  font-family: Georgia,serif;
  font-size: 34px;
  font-style: italic;
  font-weight: normal;

  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  padding-top: 10px;
  text-align: center;
}

h2 {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
      
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  text-align: center;
}

h2 a {
  color: black;
  text-decoration: none;
}

body .glide .glide__slide {
/*  background: linear-gradient(-45deg,#ed145b,#7b31f4); */
  height: 80vh;
  max-height: 45vw;
  width: 30vw;
}

body .glide .glide__slide img, body .glide .glide__slide .video-js {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 100%;
  max-width: 100%;
  width: 30vw;
}

/*
background-image: url("your/url/here");
background-size: contain;
background-repeat: no-repeat;
background-position: center;
*/
