@font-face {
    font-family: "BlurBold";
    src: url(BlurBold.otf); 
}
body {
    background-image:url('vhscover.png');
    margin: 0; /* Remove default body margin */
            background-repeat: no-repeat; /* Prevent image repetition */
            background-position: center center; /* Center the image */
            background-size: cover; /* Scale the image to cover the entire viewport */
            min-height: 100vh; /* Ensure body takes full viewport height */
            font-family: blur;
}

p {
    color: white;
    margin: 6px;
    padding: 8px;
    font-size: 20px;
}

a {
    text-decoration: none;
    color: #d50b0b;
    text-shadow: -1px -1px 1.3px rgba(82, 147, 128, 0.71);
    text-size-adjust: 4000px;
}

a:hover {
    color: #0a6703;
    text-shadow: 2px 2px 2px rebeccapurple;
}

ul {
    margin: 72px;
    font-size: 69px;
    padding: -5px;
    text-align: center;
    font-family: "BlurBold";
  
}

.row {
  margin: 18px;
}

.column {
  display: flex;
  margin: 12px;
}


* {box-sizing:border-box}

h1 {
  margin: 8px;
  color: #d50b0b;
  font-family: "BlurBold";
}

h2 {
  margin: 8px;
  padding: 8px;
  color: #d50b0b;
  font-family: "BlurBold";
}

nav {
  font-family: "BlurBold";
  font-size: 60px;
  margin: 20px;
  padding: 20px;
  position: center; 
  gap: 20pt;
  text-align: center;
  justify-content: space-around;
}


img {
  display:flex;
  size: 30px;
  width: 400px;
  height: 400px;
  object-fit: cover;
}

.columnv {
  text-align: center;
}

.image-gallery {
  display: grid;
  gap: 15px;
  width: 100%;
  text-align: center;

}

.image-gallery img {
  margin: 20px auto;
}

.image-gallery p {margin-top: -20px; font-size: .8rem; font-style: italic; }

gallery.html {
  background-image: url(vhscover.png)
}

.logo-pic img {
  position: fixed;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
}

.logo-pic-two img {
   position: fixed;
  top: .2;
  left: 0;
  width: 200px;
  height: 200px;
}