
body {

	font-size: 18px;
	margin: 0;
  color: #374062;
  background-image:url("/images/misc/grid-blue.png");

}


/* Contains everything*/
.wrapper {
  width:90%;
  height: auto;
  margin: auto;
}


/* Clears the floats after the columns IMPORTANT*/
.row:after {
  content: "";
  display: table;
  clear: both;
}


.box {
  background-color: white;
  width:80%;
  padding: 30px;
  margin: auto;
  border: 3px solid #536193;
  border-radius: 18px;
  box-shadow: 10px 5px 5px rgba( 49, 27, 100, .1);
}

button {
  font-size: 18px;
  padding:5px;
  margin: 2px;
  width:150px;
  font-family: "Chillside", sans-serif;
}

button:hover {
  box-shadow: 0px 0px 20px 3px white inset, 0px 22px 6px rgba(255, 255, 255, .4) inset;
}

  .Chillside {
  font-family: "Chillside", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1 {
   font-family: "Chillside", sans-serif;
}

@font-face {
 
  font-family: 'Chillside';
  font-style: normal;
  font-weight: 400;
  src: url('../scripts/Troubleside.ttf') format('truetype'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


