#infobox {
  height: 40%;
  width: 50%;
  position: absolute;
  left: 25%;
  top: 10%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 32px;
  color: black;
/*  background-color: ;*/
  padding: 30px;
  /*border: 5px yellow solid;*/
}

.title {
  color: #252525;
  font-size: 48px;
  font-weight: bold;
  padding-bottom: 30px;
  padding-top: 30px;
}

body {
  margin:0;
  padding:0;
  background-color: white;
  overflow: hidden;
}
