@font-face {
  font-family: "Star Crush";
  src: url("fonts/Star Crush.woff2");
}

@font-face {
  font-family: "eq";
  src: url("fonts/eq.woff2");
}

body {
  background-color: white;
  background-image: url("bg/clouds.jpg");
  background-repeat: repeat;
  color: white;
  font-family: "Star Crush", sans-serif;
}

h1 {
  font-size: 48px;
  font-family: "Star Crush", sans-serif;
   text-shadow:
  -1px -1px 0 #000,
   1px -1px 0 #000,
  -1px  1px 0 #000,
   1px  1px 0 #000;
  
}

h2 {
  font-size: 36px;
  font-family: "eq", sans-serif;
  color: black;
  text-align: center;
}

p {
  font-family: "eq", sans-serif;
  font-size:16px;
  color: black;
}

.dragwindow {
  position: absolute;
  top: 100px;
  left: 100px;
  width: 380px;
  padding-top: 20px;
  padding-right: 4px;
  border-image-source: url('assets/window1.png');
  border-image-slice: 40 40 40 40 fill;
  border-image-width: 40px;
  border-image-repeat: stretch;
}


.txtboxblue {
  width: 300px;
  height: 100px;
  padding: 20px;
  margin: 20px auto;
  border: 50px;
  border-image-source: url('assets/window3.png');
  border-image-slice: 40 40 40 40 fill; /* top right bottom left */
  border-image-width: 30px;
  border-image-repeat: stretch; /* or round, repeat */
}

.ptxtboxblue {
  text-align: left;
  font-size: 16px;
  color: rgba(255, 255, 255, .8);
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.66), 0 0 20px rgba(255, 255, 255, 0);
}

.main {
  width: 80%;
  padding: 20px;
  margin: 20px auto;
  border: 50px;
  border-image-source: url('assets/square.png');
  border-image-slice: 30 30 30 30 fill; /* top right bottom left */
  border-image-width: 30px;
  border-image-repeat: stretch; /* or round, repeat */
}

.page {
  width: 900px;
  margin: 20px auto;
  border: 3px solid white;
  border-radius: 10px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.3);
}

.header {
  background-image: url("gifs/cloudsmoving2.gif");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center -125px;
  text-align: center;
  padding: 5px;
  border: 2px solid #000000;
  border-radius: 5px;
}

.sidebar {
  width: 200px;
  float: left;
  background: lightblue;
  text-align: center;
  border: 20px solid transparent;
  border-image: url("dividers/sparkles3.gif") 20 repeat;
  min-height: 500px;
}

.center {
    display: block;
    margin: 0 auto;
    text-align: center;
}
.nav {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-evenly;
  text-align: center;
}

.nav a {
  background-image: url("assets/banner2.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: inline-block;
  width: 224px;
  height: 19px;
  line-height: 19px;
  text-align: center;
  text-decoration: none;
  font-family: "eq", sans-serif;
  font-size: 16px;
  color: #e6e6e6;
}
 
.nav a:hover {
  text-decoration: underline;
}
