/* 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 {
  background-color: #0a7d94;
  color: pink;
  font-family: Verdana;
  background-image: url("https://pinkbeamoflight.neocities.org/ezgif-45b793149600e992.gif");
  background-attachment: fixed;

}

.img{
  opacity: 0.3;
}

.center {
  
 text-align: center;
  
}

 .gif{
  width: 150px;
  height: auto;
}

.gif2{
  width: auto;
  height: 160px;
   border-color: pink;
    border-style: solid;
  border-width: 5px;
}

.introbox {
  
  width: 700px;
  height: 1750px;
  padding: 20px;
  margin: 20px;
  background-color: #fafabb;
  color: #0a7d94;
  border-color: pink;
    border-style: solid;
  border-width: 5px;
  overflow: scroll;
  
}

.navigation {
  
  width: 100px;
  height: auto;
  padding: 5px;
  margin: 20px;
  background-color: #fafabb;
  color: #0a7d94;
  margin-left: -135px;
   border-color: pink;
     border-style: solid;
  border-width: 5px;
   overflow: scroll;
  
}


.container {
  
  display: flex;
  background-color: rgba(255, 0, 0, 0.0);
  align-items: flex-start;
  flex-direction: row;
  justify-content: center;
 

  
}

.container2 {
  
  display: flex;
  background-color: rgba(255, 0, 0, 0.0);
  align-items: center;
  flex-direction: column;
  justify-content: center;
   
}

.container3 {
  
  display: flex;
  background-color: rgba(255, 0, 0, 0.0);
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  margin-left: -120px;
 
  
}

.title {
  
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -25px;
  padding: 50px;
  
}


.downsize {
  
  height: 200px;
  width: auto;
  
}

.container4 {
  
  display: flex;
  background-color: rgba(255, 0, 0, 0.0);
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  
}

.container5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height:  auto;
}

.center-group {
  display: flex;
}

.buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
}

.container6 {
  
  display: flex;
  background-color: rgba(255, 0, 0, 0.0);
  align-items: center;
  flex-direction: row;
  justify-content: center;
  margin:20px;
  padding: 10px;
  gap:15px;
   border-color: pink;
     border-style: solid;
  
}


.about {
  
  width: 700px;
  height: auto;
  padding: 20px;
  margin: 20px;
  background-color: #fafabb;
  color: #0a7d94;
   border-color: pink;
     border-style: solid;
  border-width: 5px;
  overflow: scroll;

  
}

.about2 {
  
  width: 700px;
  height: auto;
  padding: 20px;
  margin: 20px;
  background-color: #fafabb;
  color: #0a7d94;
   border-color: pink;
     border-style: solid;
  border-width: 5px;
   overflow: scroll;
}


.guestbook2 {
  
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  margin: 20px;
  height: 40px;
  width: 270px;
  background-color: #fafabb;
  border-color: pink;
  border-style: solid;
  border-width: 5px;
  margin-left: 520px;
}

.guestbook {
  
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  height: auto;
  width: 270px;
  background-color: #fafabb;
   border-color: pink;
     border-style: solid;
  border-width: 5px;
}

.nest {
 
display: grid;
background-color: #fafabb;
grid-template-rows: auto auto auto;
gap: 20px;
  
}


.item1 {
  
  grid-row-start: 1;
  grid-row-end: 3;
  
}

.align {
 
 display: flex;
 justify-content: space-between;
 flex-direction: column;
 margin:50px;
 align-items: flex-start;
  
}


