@charset "utf-8";
/* CSS Document */

/* Add a black background color to the top navigation */
.topnav {
  background-color: greenyellow;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 20px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: cyan;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

footer {
  background-color: greenyellow; /* Dark background color */
  color: black; /* White text color */
  padding: 10px; /* Spacing inside the footer */
  text-align: center; /* Center-align text content */
  font-family: "Times New Roman", Times, serif; /* Font style */
  font-size: 14px; /* Font size */
    position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}

body {
  background: lightblue url("images/backgroundimage.jpg") no-repeat fixed center;
    color:white;
}
.imagestyle1 {
  border-radius: 50%;
}

.imagestyle2 {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
  width: 500px;
}

.imagestyle2:hover {
  box-shadow: 0 0 20px 19px rgba(0, 140, 186, 0.5);
}

.imagestyle3 {
  border-radius: 100px;
}

.header1 {
  padding: 30px;
  text-align: center;
  background: #62B33C;
  color: white;
  font-size: 30px;
}

.p1 {
  font-family: "Comic Sans MS", "Comic Sans", cursive, sans-serif;
    font-size: 20px;
}

.p2 {
  font-family: "Lucida Console", "Courier New", monospace;
    font-size: 26px;
    color: floralwhite;
}

header {
    font-family: "Cinzel Decorative", fantasy;
    letter-spacing: 8px;
    text-shadow: 4px 4px #ff0000;
}