
.main {
  border: solid #4d3722;
  border-image: url(images/paper2.png) 1 fill;
  overflow-y: scroll;
  margin: auto;
  border-image-repeat: round;
  max-width: 100%;
  position: relative;
  
}

.text1 {
  max-width: 100%;
  font-size: 50px;
  color: #4d3722;
  white-space: nowrap;
  letter-spacing: -1px;
}

.text2 {
  max-width: 100%;
  font-size: 30px;
  color: #4d3722;
  white-space: nowrap;
  letter-spacing: -1px;
  position: absolute;
  right: 10px;
  top: 60px;
}

.amaryllistext {
  max-width: 100%;
  font-size: 50px;
  color: #4d3722;
  white-space: nowrap;
  letter-spacing: -1px;
}

.amaryllisgraphics {
  max-width: 100%;
   position: absolute;
  top: 225px;
  right: 190px;
  white-space: nowrap;
}

.oakgeraniumtext {
  max-width: 100%;
  font-size: 50px;
  color: #4d3722;
  white-space: nowrap;
  letter-spacing: -1px;
}

.oakgeraniumgraphics {
  max-width: 100%;
   position: absolute;
  top: 443px;
  right: 145px;
  white-space: nowrap;
}

body {
    background-image: url(images/venusflytrapbg.jpg);
    background-size: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-y: scroll;
      font-family: 'sansaesque-regular-webfont', 'curly_cuties-webfont';
}

a:link {
  color: #4d3722;
  text-decoration: none;
}

a:visited {
  color: #4d3722;
  text-decoration: none;
}

a:hover {
  color: #4d3722;
  text-decoration: none;
}

a:active {
  color: #4d3722;
  text-decoration: none;
}

::-webkit-scrollbar {
  width: 3px;
}

::-webkit-scrollbar-track {
  background: #8c5115;
}

::-webkit-scrollbar-thumb {
  background: #92882c;
}

::-webkit-scrollbar-thumb:hover {
  background: #92882c;
}
