body {
background: #100113;
  background-image:url("https://fishbirding.neocities.org/scbs%20site%20background.png");
  background-repeat: none;
  background-attachment: fixed;
  background-size: 1440px 900px;
}

.content {
  font-size:25px;
  overflow-x: hidden;
  border-radius: 10px;
  background: #CFD4C5;
  padding: 20px;
  width: 900px;
  height: auto;
  max-width: 1898px;
  margin: auto;
  margin-left: 25%;
}


img{
  width: 100%;
  display: block;
  cursor: zoom-in;
  margin-left: auto;
  margin-right: auto;
}


/* Responsive */
@media (max-width: 600px) {
  .content {
    width: 98vw;
    padding: 10px;
  }
}
