
.main {
  overflow-y: scroll;
  margin: auto;
  max-width: 100%;
  border: solid 1.5px;
  border-color: #000000;
  
}

.text1 {
  max-width: 100%;
  font-size: 50px;
  color: #000000;
  white-space: nowrap;
  letter-spacing: -1px;
}

.text2 {
  max-width: 100%;
  font-size: 30px;
  color: #000000;
  white-space: nowrap;
  letter-spacing: -1px;
  margin-top: -50px;
}

.amaryllistext {
  max-width: 100%;
  font-size: 50px;
  color: #000000;
  white-space: nowrap;
  letter-spacing: -1px;
  margin-bottom: -50px;
   margin-top: -50px;
}

.amaryllisgraphics {
  max-width: 100%;
  white-space: nowrap;
}

.oakgeraniumtext {
  max-width: 100%;
  font-size: 50px;
  color: #000000;
  white-space: nowrap;
  letter-spacing: -1px;
   margin-bottom: -50px;
   margin-top: -50px;
}

.oakgeraniumgraphics {
  max-width: 100%;
  white-space: nowrap;

}

img {
  filter: grayscale(100%);
  transition: .5s ease;
}

img:hover {
  filter: grayscale(0%);
}

body {
    background-color: #FFFFFF;
    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: #ffffff;
}

::-webkit-scrollbar-thumb {
  background: #ffffff;
}

::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
}
