body {
   background-color: lightgrey;
   /*background-image: url(../img/backgrounds/12px_grid.png);*/
   background-repeat: repeat;
   background-position: center;
   font-size: 36px;
   font-family: monospace;
   width: 100vw;
   overflow-y: overlay;
   overflow-x: hidden;
}
header {
    text-align: center;
    padding: 0%;
}
a {
	color: black;
  text-decoration: none;
  padding: 0%;
}
a:hover {
    opacity: 0.9;
}
.navi {
    color: black;
    background-color: lightgrey;
    padding: 4px;
    width: 100%;
    border-bottom: solid 1px;
}
#release {
    border-bottom: solid 1px;
    padding: 12px;
}
#release img {
    text-align: center;  
}
/*flex-box stuff here*/

.row {
	text-align: center;
	align-items: center;
  display: flex;
  flex-wrap: wrap;
	width: 60%;
	margin: auto;
	justify-content: space-around;
}
.main {
  flex: 100%;
  background-color: lightgrey;
  padding: 20px;
  height: 100%;
}