html {
  scroll-behavior: smooth;
  scroll-padding-top: 70px;
}

.link a:hover{
  text-decoration: none;
}

#single img{
  max-width: 100%;
}

div#youtube > iframe{
  width: 100%;
  height: revert-layer;
}

div#single > iframe{
  width: 100%;
  height: 400px;
}

.wp-block-gallery{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

