@import url('https://fonts.googleapis.com/css?family=Oswald:300&display=swap');
.wrp {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family: 'Oswald', sans-serif;
  font-size: 2vmax;
  line-height: 1.3em;
  padding: 10px;
  color: #333;
}
.txt-0 {
  text-align: center;
  margin: 0 0 10px 0;
}
.txt-1 {
  text-align: justify;
}
.txt-h {
  font-weight: bold;
  text-align: center;
  margin: 0 0 5px 0;
}
.con-3 {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: 1fr 1fr 1fr;
}
.con-3 > div > img {
    width: 100%; 
    height: 100%;
    object-fit: cover;
}
.image-block {
    margin: 5px 0;
}
.wrap-video {
  text-align: center;
}
.con-2 {
    display: grid;
    grid-gap: 3px;
    grid-template-columns: 1fr 1fr;
}
 A:link { text-decoration: none; }
 A:visited { text-decoration: none; }
 A:active { text-decoration: none; }
 A:hover { 
  font-size: 24px;
  font-weight: bold;
 }