/* 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." */

/*-- this is the css style text spot!!*/

    body {
   background-image: url("pictures/SEASIDE.png");
   background-size: cover;
   background-position: center center;
   background-attachment: fixed;
  font-family: times;
    }
  
  #icon {
  border-radius: 50%; 
  display: inline-block;
  }
  
   footer { 
    text-align: center;
   
  }
  
  .sidebarleft {
    position: relative;
    top: 170;
    left: 0;
    width: 300;
    height: 250;
    border:3;
    padding: 15;
    margin: 15;
    background-color: white;
    border-radius: 15%; 
    }
    
    .sidebarright {
    position: relative;
    float: right;
    top: 300;
    left: 300;
    width: 300;
    height: 25;
    border:3;
    padding: 15;
    margin: 15;
    background-color: white;
    border-radius: 15%; 
    }
    
    .mainpage {
    position: relative;
    text-align: center;
    
    top: 0;
    left: 160;
    width: 30;
    height: 25;
    border:3;
    padding: 15;
    margin: 100;
    background-color: white;
    border-radius: 7%; 
    }
    
    .nav {
      position: relative;
      display: inline-block;
      top: 0;
      text-align: center;
      width: 100;
      height: 5;
      border: 5;
      padding: 1;
      margin: 1;
      background-color: white;
      border-radius: 15%; 
    }
    
     .navbar {
        display: inline-block;
        }
  
  
  
  
  div.gallery {
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 180px;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

 .desc {
  padding: 15px;
  text-align: center;
}


  div.shitposting {
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 180px;
}

div.shitposting:hover {
  border: 1px solid #777;
}

div.shitposting img {
  width: 100%;
  height: auto;
}

.desc {
  padding: 15px;
  text-align: center;
}
  