/*BODY*/
body {
  background: url(https://i.ibb.co/j96fxYrw/559079741262951723.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  width: 900px;
  position: static;
  top: 25px;
  right: 267px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-family: ms pgothic;
  font-size: 14px;
  overflow-x: hidden;
  filter: drop-shadow(5px 5px 25px black);
}
/*HEADER*/
header {
  background-image: url(https://i.ibb.co/gLtHmL9b/559079741261447613.jpg);
  background-size: cover;
  height: 230px;
  width: 830px;
  margin-top: 25px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  border: 2px solid black;
}
#container {
  max-width: 1000px;
  margin: 0px auto;
  display: grid;
  grid-template-columns: 200px 800px;
  grid-gap: 5px;
}

