@charset "UTF-8";

@media screen and (min-width: 768px) {

body {
  color: #ffffff;
  font-family: "Verdana", sans-serif;
  background-image: url(frogpattern.png);
  background-size: 40%; 
  
}

html{
  scroll-behavior: smooth
}


main{
  max-width: 100%;
}


top {
  margin: 0px 0px 10px 0px;

  text-align: center;
  
  color: black;
  font-family: "Verdana", sans-serif;
  background-size: cover;
  
}


.box1{
  width: auto;
  padding: 80px;
  margin: 0;
  color: black;
  /* background-color: rgba(255, 255, 255, 0.5);*/ 
  background-size: cover;
  }



.bg1{
  background-color: rgba(255, 255, 255, 0.7);
  display: inline-block;
  border: solid 0px;
  border-radius: 30px;
  margin: 10px ;
  padding: 40px 0 ;
  text-align: center;
  color: black;
  font-family: "Verdana", sans-serif;
}
  
  





.sitetitle{
  margin: 0px 0px 0px 0px;
  text-align: center;
  
}


.No{
  margin: 15px 0px 0px 0px;
  text-align: center;
}

.title{
  width: auto;
  margin: 30px 0px 0px 0px;
  text-align: center;
  font-size: 48px;
  font-weight: 700;

}

.genreicon{
  text-align: center;
}


.attention{
  background-color: yellow;
  display: inline-block;
  padding: 8px;
  border: 0px ;
  text-align: center;
  color: black;
  font-family: "Verdana", sans-serif;
  font-weight: 700;

}

.text{
  width: auto;
  padding: 40px;
  margin: 0px 0px 0px 0px;
  text-align: left;
  font-size: 22px;
  line-height: 2.4;
  
}

.center_img{
  display: block;
  margin: 0 auto;
}


.small{
  font-style: oblique;
  font-size: 80%;
  color: #666;
  display: block;
  text-align: center;
}

.title_caption1{
  width: auto;
  margin: 30px 0px 0px 0px;
  text-align: center;
  font-size: 24px;

}

.text_caption1{
  width: auto;
  padding: 80px;
  margin: -60px 0px -80px 0px;
  text-align: justify;
   font-size: 18px;
  line-height: 2;
  
}


.title_caption2{
  width: auto;
  margin: 30px 0px 0px 0px;
  text-align: center;
  font-size: 24px;

}

.text_caption2{
  width: auto;
  padding: 80px;
  margin: -60px 0px -80px 0px;
  text-align: justify;
   font-size: 18px;
  line-height: 2;
  
}


.title_caption3{
  width: auto;
  margin: 30px 0px 0px 0px;
  text-align: center;
  font-size: 24px;

}

.text_caption3{
  width: auto;
  padding: 80px;
  margin: -60px 0px -80px 0px;
  text-align: justify;
   font-size: 18px;
  line-height: 2;
  
}



.back_to_top{
  
  margin: 40px 0px 90px 0px;
 
}


.back_to_text{
  padding: 20px;
  margin: 0px 0px 60px 0px;
 
}


hr{
   margin: 40px 40px;
 
}



}