@font-face {
  font-family: Blackcraft;
  src: url(Blackcraft.ttf);
  font-weight: bold;
}

body {
  color:ghostwhite;
  background-image:url(https://www.glitter-graphics.com/images/t/b/100x100/153/153617fwnbu4h8qu.webp);
  background-repeat: repeat;
    font-family: 'Blackcraft';
}

.header {
  background-color: black;
  color:ghostwhite;
  padding: 20px;
  align-content: center;
  margin-bottom: 5px;
  border-width: 5px;
  border-color: lightblue;
  border-style: groove;

}

.titleimg {
    display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
}



 /* The navbar container */
.topnav {
  overflow: hidden;
  background-color: black;
  border-width: 5px;
  border-color: lightblue;
  border-style: groove;
}

/* Navbar links */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Links - change color on hover */
.topnav a:hover {
  background-color: lightblue;
  color: black;
} 

.marquee {
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
}

.marquee span {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 20s linear infinite;
  overflow: hidden;
}

.marquee2 span {
  animation-delay: 10s;
  overflow: hidden;
}

@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}


/*columns*/
.column {
  float: left;
  background-color: black;
  border-width: 5px;
  border-color: lightblue;
  border-style: groove;
}

/* Left and right column */
.column.side {
  width: 24%;
  
}

/* Middle column */
.column.middle {
  width: 50%;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column.side, .column.middle {
    width: 100%;
  }
}

 /* unvisited link */
a:link {
  color: lightblue;
}

/* visited link */
a:visited {
  color: aliceblue;
}

/* mouse over link */
a:hover {
  color: white;
}

/* selected link */
a:active {
  color: blue;
} 


.leftnav {
  overflow: hidden;
  background-color: black;
  border-width: 5px;
  border-color: lightblue;
  border-style: groove;
}

/* Navbar links */
.leftnav a {
  float: top;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Links - change color on hover */
.leftnav a:hover {
  background-color: lightblue;
  color: black;
} 


.realpic {
  float:right;
  overflow: hidden;
  background-color: black;
  border-width: 5px; 
  border-color: lightblue; 
  border-style: groove;
}

footer {
  background-color: black;
  color:ghostwhite;
  padding: 10px;
  align-content: center;
  border-width: 5px;
  border-color: lightblue;
  border-style: groove;
  float: bottom;
}