@font-face {
    font-family: 'harry_pregular';
    src: url('harryp-webfont.woff2') format('woff2'),
         url('harryp-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
  font-family: 'Cormorant Upright',serif;
 
}

h1 {
	font-size: 50px;
}
}
#footer {
  height: 30px;
  vertical-align: middle;
  text-align: right;
  clear: both;
  padding-right: 3px;
  background-color: #317082;
  margin-top: 2px;
  width: 790px;
}
#footer form {
  margin: 2px 0px 0px;
}
#dhtmlgoodies_dragDropContainer {
  border: 1px solid #317082;
  width: 620px;
  height: 940px;
  background-color: #ffffff;
  -moz-user-select: none;
  margin:0 auto;
  margin-top: 50px;
}
#dhtmlgoodies_dragDropContainer ul {
  padding: 2px;
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
}
#dhtmlgoodies_dragDropContainer li, #dragContent li, li#indicateDestination {
  border: 2px solid #000000;
  padding: 1.25px;
  list-style-type: none;
  height: 30px;
  color:#000;
  margin-bottom: 5px;
  cursor: pointer;
  font-size: 16px;
  line-height: 10px;
  text-align: center;
  background:#f4b160;
  font-weight: bold;
}
li#indicateDestination {
  border: 1px dotted #660000;
  background-color: #ffffff;
}
#dhtmlgoodies_dragDropContainer ul li.correctAnswer {
  background-color: green;
  color: #ffffff;
   line-height: 15px;
   height: 22px;
   font-size: 16px;
   font-weight: bold;
  
}
#dhtmlgoodies_dragDropContainer ul li.wrongAnswer {
  background-color: red;
  color: #ffffff;
   line-height: 15px;
   height: 22px;
   font-size: 16px;
   font-weight: bold;
}
div#dhtmlgoodies_listOfItems {
  float: left;
  padding-left: 25px;
  padding-right: 25px;
  width: 200px;
  
}
#dhtmlgoodies_listOfItems ul {
  height: 435px;
  margin-right: 10px; 
}
div#dhtmlgoodies_listOfItems div {
  border: 1px solid #999999;
}
div#dhtmlgoodies_listOfItems div ul {
  margin-left: 10px;
  
}
#dhtmlgoodies_listOfItems div p {
  margin: 0px 0px 5px;
  font-weight: bold;
  padding-left: 12px;
  background-color: #317082;
  color: #ffffff;
  
}
#dhtmlgoodies_dragDropContainer .mouseover {
  border: 1px solid #317082;
  background-color: #e2ebed;
}
div#dhtmlgoodies_mainContainer {
  width: 400px;
  float: left;
}
#dhtmlgoodies_mainContainer div {
  border: 1px solid #999999;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-top: 0px;
  width: 170px;
  height: 200px;
}
#dhtmlgoodies_mainContainer div ul {
  margin-left: 10px;

}
#dhtmlgoodies_mainContainer div p {
  margin: 0px 0px 5px;
  padding: 0px 0px 0px 12px;
  background-color: #f1c40f;
  font-weight: bold;
  color: #ffffff;
}
#dhtmlgoodies_mainContainer ul {
  border:  none;
  overflow: hidden;
  width: 152px;
  height: 235px;
  margin-bottom: 0px;
}
#dragContent {
  margin: 0px;
  padding: 0px;
  position: absolute;
  width: 150px;
  height: 15px;
  display: none;
  z-index: 2000;
}
#dragDropIndicator {
  margin: 0px;
  padding: 0px;
  position: absolute;
  width: 7px;
  height: 10px;
  display: none;
  z-index: 1000;
}
.style1 {
  color: #ff0000;
}

.main_bg {
  background-image: url(https://static.vecteezy.com/system/resources/previews/000/123/744/non_2x/harry-potter-pattern-vector.jpg);
  background-repeat: repeat; 
  background-position: center; 
  background-color: #34495e;
}



