@font-face {
  font-family: 'vcr_osd_mono';
  src: url('/fonts/vcr_osd_mono.woff');
  font-weight: normal;
  font-style: normal;
}

body {
  
  background-image: url("/bgs/redsea2.png");
 background-repeat: no-repeat;
  background-size: cover;
  background-color: #5a1818;
  margin: 0;
  font-family: "vcr_osd_mono";
  color: white;
  
}

p {
  text-shadow: 2px 2px #ff0000;
  font-size: 160%;
  text-align: center;
}

.grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: repeat(4, 1fr);
grid-column-gap: 35px;
grid-row-gap: 0px;
}

.main { grid-area: 1 / 2 / 5 / 4; }

.uriel {
  grid-area: 1 / 2 / 2 / 3;
  z-index: 3;}
.urielpic {
  grid-area: 1 / 2 / 2 / 3;
  z-index: 1;
  max-width: 620px;
  max-height: 700px;
   }
  
.yaan {
  grid-area: 1 / 3 / 2 / 4; 
  z-index: 3; }
.yaanpic {
  grid-area: 1 / 3 / 2 / 4;
  z-index: 1;
  max-width: 620px;
  max-height: 700px;
   }

.maria {
  grid-area: 2 / 2 / 3 / 3; 
  z-index: 3; }
.mariapic {
  grid-area: 2 / 2 / 3 / 3;
  z-index: 1;
  max-width: 620px;
  max-height: 700px;
   }
   
.viz {
  grid-area: 2 / 3 / 3 / 4;
  z-index: 3; }
.vizpic {
  grid-area: 2 / 3 / 3 / 4;
  z-index: 1;
  max-width: 620px;
  max-height: 700px;
}

.sinya {
  grid-area: 3 / 2 / 4 / 3;
  z-index: 3; }
.sinyapic {
  grid-area: 3 / 2 / 4 / 3;
  z-index: 1;
  max-width: 620px;
  max-height: 700px;
}

.tuomia {
  grid-area: 3 / 3 / 4 / 4; 
  z-index: 3; }
.tuomiapic {
  grid-area: 3 / 3 / 4 / 4;
  z-index: 1;
  max-width: 620px;
  max-height: 700px;
}
  
.nishita {
  grid-area: 4 / 2 / 5 / 3; 
  z-index: 3; }
.nishitapic {
  grid-area: 4 / 2 / 5 / 3;
  z-index: 1;
  max-width: 620px;
  max-height: 700px;
}

.weg {
  grid-area: 4 / 3 / 5 / 4;
  z-index: 3; }
.wegpic {
  grid-area: 4 / 3 / 5 / 4;
  z-index: 1;
  max-width: 620px;
  max-height: 700px;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
strong {
                color: red;
}

footer {
                background-color: rgba(0,0,0,0);
                width: 500px;
                height: 40px;
                padding: 10px;
                text-align: center;
                margin-left: auto;
                margin-right: auto;
                text-shadow: 2px 2px #ff0000;
}

a:link {
  color: white;
  text-decoration: underline;
}

a:visited {
  color: rgb(100,0,0);
  text-decoration: underline;
}

a:hover {
  color: red ;
  text-decoration: underline;
}

a:active {
  color: white ;
  text-decoration: none ;
}
img {
  width: 100%;
}

.logo {
  width: initial;
  display: block;
  margin-left: auto;
  margin-right: auto;}
