    body {
    background: #2D3027 url("img/forest.png");
	background-size: cover;
	background-attachment: fixed;
    background-position:center;
	background-size: cover; 
	font-family: "Palatino";
	font-size:14px;
  }
  @font-face{
    font-family: 'Determination';
    src: url(font/determination.ttf);
  }

  .determination {
  font-family: 'Determination', serif;
  color: #bebebe;
  font-weight: bold;
}
  
  a {
    color:#663348;
    }
  
      a:link {
          color: white;
          text-decoration: underline;
      }
      
      a:visited {
          color:white;
          text-decoration: underline;
      }
      
      a:active {
          color:white;
          text-decoration: none;
      }
      
      a:hover {
          color:white;
          text-decoration: none;
      }

.box {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  position: relative;
  padding: 20px;
  border: 4px groove rgb(58, 49, 42);
  text-align: center;
  max-width: 800px;
  margin: 0 20px;
}

.home {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #fff;
  font-size: 14px;
}

.center {
  min-height: 95%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section {
  display: flex;
  justify-content: center;
  align-items: center;
}

.no-margin {
    margin-top: 0;
    margin-bottom: 0;
}

.arrow, .arrow2, .arrow3, .arrow4 {
  cursor: pointer;
}

.thingy {
  display: none;
}

.thingy.active {
  display: inline;
}