
body {
  background-image: url("window.png");
  background-size: cover;
  color: black;
  font-family: Verdana;
}

.pagecon {
  border: 5px solid #F1FEB3;
  background-color: rgba(243, 255, 179, 0.7);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-align: left;
  margin: 30px 30px 30px 30px;
  padding: 0px 10px 10px 10px;
  float: none;
  vertical-align: top;
  overflow: scroll;
  height: 400px;
  width: 70%;
  clear: left;
}
.pagetitle {
  border: 5px solid #F1FEB3;
  background-color: rgba(243, 255, 179, 0.7);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-align: left;
  margin: 30px 30px 30px 30px;
  padding: 0px 10px 10px 10px;
  float: left;
  vertical-align: top;
  overflow: hidden;
  height: 150px;
  width: 70%;
  clear: left;
}
.leftimg {
  padding: 0 10px 10px 10px;
  margin: 30px 30px 30px 30px;
}
.rightimg {
  padding: 0 10px 10px 10px;
  margin: 30px 30px 30px 30px;
}
.basicl {
  border: 0 solid grey;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-align: left;
  margin: 30px 30px 30px 30px;
  padding: 0 10px 10px 10px;
  vertical-align: top;
}
  
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.iceland {
  font-family: "Iceland", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #264655;
}
.silkreg {
  font-family: "Silkscreen", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #264655;
}

.silkbold {
  font-family: "Silkscreen", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #264655;
}
.p {
  font-size: 4em;
}
.h3 {
  font-size: 8em;
}

  
