body {
  /* background-color: white; */
  color: white;
  font-family: Verdana;
  background-image: url(images/wallpaper.png);
  background-size: cover;
  background-position:center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 100vh;
  max-height: 100vh;
  font-size:24px;
}

.container{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  background-color:#122436;
  width:400px;
  margin-left:auto;
  margin-right:auto;
  padding:20px;
}

.oc_group>img{ 
  margin-top:80px;  
  width:400px;
}

a{
  color:white;
}

.image_info{
  font-size:16px;
}

.oc_desc{
  font-size:18px;
}

.secret{
  font-size:4px;
}
