/*little gay kitty cats*/
/*writing notes in my code is my therapy*/
body{
  background-image:url("https://fishbirding.neocities.org/comms/websitewalpaper.png");
  background-attachment: fixed;
  background-size:contain;
}


.mainbox{
    width: 450px;  
    background-color: antiquewhite;
    margin-left: 37%;
    margin-top: 13px;
    padding: 17px;
    align-content: center;
    text-align: center;
}
        
        
        
.pricebox{
    background-color:Wheat;
    border-style: double ;
    border-width: 10px;
    text-align: center;
    padding: 4px;
    font-size: 19px;
  
}



br{
  display:block;
  line-height: 2px;
}


        
        
p{        
    text-align: center;
    font-size: 18px;
    line-height: 1,5;
 }
        
h2{
    text-align:center;  
}
        
        
h3{
    text-align:center;  
}

/*basicaly like a note*/
h4{
  text-align:center;
  background-color:RosyBrown;
  color: antiquewhite;
  padding: 4px;
  font-size: 20px;
}
        
        
footer{
    align-content: center;
    width: 420px;  
    background-color: antiquewhite;
    margin-left: 37%;
    margin-top:15px;
    padding: 2%;
    text-align: center;
      }        
      
      
      
header{
    background-color:Wheat;
    border-style: double ;
    border-width: 10px;
    text-align: center;
    padding: 4px;
    font-size: 32px;
}
        
        
button{
    border-style: double;
    border-width: 5px;
    background-color: #45b5e7;
    height: 35px;
    font-size: 19px;
}


a{
  color: #432b23;
}


a:button{
  color: #432b23;
  text-decoration: antiquewhite underline;
  
}

a:hover{
  color:black;
  text-decoration: antiquewhite underline;
}

a:visited{
  color:#432b23;
}
        
        
img{
  display: block;

}

.logo{
  margin-left: 37.5%;
}


.galleryimg{
  width: 300px;
    align-content: left;
}

.gallery-item{
  align-content: left;
}

.desc{
  position: relative;
    align-self: justify;
    left: -60px;
    margin-left: 0px;
}

.lilfish1{
 width: 200px;
 position:relative;
 left: 30%;
 top: 10px;
}

.lilfish2{

height: auto;
}

@media (max-width:360px) {
  
  .mainbox{
    margin-left: 10%;
    width: 500px;
    
  }
  
  .lilfish1{
   width: 120px;
   position:absolute;
   left: 9%;
   top: 14px;
  }  

  
}
        
        