/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body {
	font: 16px Helvetica, sans-serif;
	color: #FFFFFF;
	background: #10160e;
	cursor: url(roachcursor.gif), auto;
}
a { color: #22ff00; }
a:visited { color: #ff0000; }

a:link {
  color: red;
  background-color: transparent;
  text-decoration: none;
}
a:visited {
  color: green;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}
a:active {
  color: yellow;
  background-color: transparent;
  text-decoration: underline;
}

h1, h2, h3 {
	text-align: center;
}
h2 { font-size: 30px; 
	font-weight: normal;
}

.main {
  max-width: 900px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 30px;
  position: absolute;
  text-align: left;
  /* background-color:#060a04 */
}

.header {
  max-width: 900px;
  margin: auto;
  padding: 5px;
  position: relative;
}

.gallery::after {
display: table;
clear: both;
max-width: 900px;
content: ““;
}
.gallery img {
box-sizing: border-box;
float: left;
margin: 5px;
height: 200px;
width: calc(33.33% - 10px);
object-fit: cover;
}

#footer {
	margin-top: 7em;
	text-align: center;
}
.master{
  justify-content:center;
  align-items:center;
  width:75%;
  position: relative;
}

.collage{
  position:relative;
  width:1000px;
  height:1550px;
  /* background-color:#000000; */
  margin-top:40px;
  /* border: 3px solid #73AD21; */
}

.ffleaf {
  position: absolute;
  top: 10px;
  left: 0px
}

.flying {
  position: absolute;
  top: 50px;
  right: 50px
}

.small {
  position: absolute;
  top: 50px;
  right: 200px
}
.small2 {
  position: absolute;
  transform: scaleX(-1);
  top: 80px;
  left: 240px
}
.small3 {
  position: absolute;
  top: 500px;
  right: 10px
}
.small4 {
  position: absolute;
  transform: scaleX(-1);
  top: 300px;
  left: 30px
}
.small5 {
  position: absolute;
  transform: scaleX(-1);
  bottom: 300px;
  right: 100px
}
.small6 {
  position: absolute;
  bottom: 500px;
  left: 10px
}

.leafsmall {
  position: absolute;
  top: 50px;
  left: 200px
}
.leafsmall2 {
  position: absolute;
  top: 80px;
  right: 250px
}


@font-face {
  font-family: Nunito;
  src: url('https://sadhost.neocities.org/fonts/Nunito-Regular.ttf');
}

@font-face {
  font-family: Nunito;
  src: url('https://sadhost.neocities.org/fonts/Nunito-Bold.ttf');
  font-weight: bold;
}

@font-face {
  font-family: Nunito;
  src: url('https://sadhost.neocities.org/fonts/Nunito-Italic.ttf');
  font-style: italic;
}

@font-face {
  font-family: Nunito;
  src: url('https://sadhost.neocities.org/fonts/Nunito-BoldItalic.ttf');
  font-style: italic;
  font-weight: bold;
}
