body{
  background: url('https://i.imgur.com/ZnDUQYf.jpg');
  background-size: 100%;
  background-repeat: repeat;
  background-attachment: fixed;
font-family: 'VT323', monospace;
color: white;
text-align: center;
}


.container {
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.godbox {
  text-align: center;
  width: 400px;
  padding: 30px;
  margin: 0 auto;
  background: rgba(46, 49, 49, 0.3);
  border: 1px solid white;
  margin-top: 30px;
  
  
}
  

.box {
  width: 500px;
  padding: 30px;
  margin: 10px;
  float: left;
  margin-left: 400px;
  background: rgba(46, 49, 49, 0.3);
  border: 1px solid white;
  line-height: 1.5;
  
}

.box2 {
  width: 500px;
  padding: 30px;
  float: left;
  margin: 10px;
  margin-right: auto;
  background: rgba(46, 49, 49, 0.3);
  border: 1px solid white;
  line-height: 1.5;
}
