@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap');

body {
  background: linear-gradient(rgb(0,0,0,0), rgb(255,255,255,1)), url("/img/pexels-splash-of-rain-7321_downsized_crop2.jpg") no-repeat;
  background-attachment: fixed;
  color: #000000 ;
  font-family: sans-serif;
  font-size: 0.85em;
  }
  
a {
  background-color: #171717;
    color: white;
  }
  
.title {
  font-family: "Fjalla One";
  font-size:1.2em;
  background-color: #3b2d47;
  }
  
.wrapper {
  margin-top:30px;
  width: 1200px;
  }
  
/*Changing the size of the gap between boxes.*/
.sidebar-img, .footer, .title, .links, .box {
  margin-top: 15px;
  color: #171717;
  }
  
.main {
  column-gap: 15px;
  }
  
.main-wrapper {
  margin-left: 215px;
  }
  
.footer {
  margin-bottom: 15px;
  }
  
.links {
  top: 0;
  margin-top:0;
  }
  
.box, .sidebar-image, .sidebar-image img {
  border: 0;
  border-radius: 0.5em;
  background: #171717;
  }
  
.box, .sidebar-image {
  background: #171717;
  color: white;
  border: white 1px solid;
  }
  
.box {
  border: white 1px solid;
  color: white;
  }
  
.inner {
  overflow: hidden;
  }
  
.sidebar {
background: transparent;
}
  
/*Replace special spacer characters with different ones.*/
.links li:before {
  content: ""
  }
.links li:after, .links .last:after {
  content: "";
  }
  
/*Slightly increase nav link spacing.*/
.links li {
  margin: 0 0.275em;
  }
  
@media(max-width:1215px) {
  .wrapper {    
    width: 95%;
    }
    
  .main-wrapper {
    width: calc(100% - 225px);
    }
  }
  
@media screen and (max-width: 600px) {
  div.sidebar div.noback{
    display: none;
  }