body {
  background-image: url("latest.png");
  background-repeat:no-repeat;
     background-size: cover;
       overflow: hidden;
  color: white;
    font-family: "drop";
      font-size:25px;
  cursor: url("gohei.ico"), default;
}
@font-face {
  font-family: "sf";
  src: url("Satisfactory.ttf") format("truetype");
}
@font-face {
  font-family: "drop";
  src: url("dropline.otf") format("opentype");
}
@font-face {
  font-family: "gob";
  src: url("gob.ttf") format("truetype");
}
.flex {display:flex; justify-content: center; height:100vh; flex-wrap: wrap; align-items: center; width: 100vw; overflow-y: scroll;}

.container1 {
height: 600px;
width: 700px;
border: 5px blue solid;
background-color: black;
padding: 5px;  
overflow-y: scroll;
}
.holdimg {
  width: 100%;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.container1 img {
max-width: 50%;
padding: 5px;
  
  
}
.container1 h {
width: 100%;
text-align: center;
color: blue;
font-size: 35px;
display: inline-block;
  
}
.header {
width: 100%;
border-bottom: 5px dashed #911f1f;
height: 40px;
  
}
.scroller {
animation: left  20s  infinite;
animation-timing-function: linear ;  
color: red;
width: 100%;
height: 100px;
position: absolute;
top: 140px;
white-space: nowrap;
display: block;
}
.scroller img {
 max-width: 60px; 
 
  
}
@keyframes left {
  0% { transform: translateX(2880px);
    
  }
100% {
   transform:  translateX(-2880px);
  } 
  100% {
   transform:   translateX(-2880px);
  }
}
.footer {
width: 100%;
border-top: 5px dashed #911f1f;
height: 40px;  
}
.title {
height:200px;
width: 100%;
justify-content: center; 
display: flex;  
font-size: 80px;
font-family: courier;
color: #587eef;
 text-shadow: -5px -5px 0 #000, 5px -5px 0 #000, -5px 5px 0 #000, 5px 5px 0 #000;
 padding-top: 20px;
}
.buttons {

display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
align-items: center;
width: 600px;
height: 600px;
  
}
.buttons img {
 width: 30%;
 height: 30%;
  
}
.holder {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 5px;
}

.divandbox {
height: 50px;
width: 100%;
}