body {
  background-image: url("images/background-stars14.gif");
}
  h1 {
    font-family: arial rounded mt;
    color: magenta;
    letter-spacing: 5px;
}
  h2 {
    font-family: arial rounded mt;
    color: magenta;
    letter-spacing: 5px;
}
  h3 {
    font-family: arial rounded mt;
    color: magenta;
    
}
  p {
    font-family: arial rounded mt;
    color: magenta;
    font-size: 80%;
    letter-spacing: 1px;
}


.sidenav {
  width: 140px;
  position: fixed;
  z-index: 1;
  top: 160px;
  left: 60px;
  background-image: url("images/background-hearts-pink.gif");
  border-radius: 10px;
  overflow-x: hidden;
  padding: 8px 0;
}

.sidenav a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: ;
  font-family: arial rounded mt;
  color: black;
  display: block;
}

.sidenav a:hover {
  color: darkseagreen;
}


@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

 .image-container img:hover {
            transform: scale(2);
        }


.dec325 {
  margin-left: 200px; /* Same width as the sidebar + left position in px */
  margin: 100px auto;
  padding: 5px 25px;
  border-radius: 10px;
  width: 900px;
  background-color: #1a0e16;
  background-position: center; /* Centers the image within the container */
  filter: drop-shadow(10px 10px 1px rgba(225, 225, 225, 0.35));
  text-shadow: 1px 1px rgba(0, 0, 0, 0);
}

.dec125 {
  margin-left: 200px; /* Same width as the sidebar + left position in px */
  margin: 100px auto;
  padding: 5px 25px;
  border-radius: 10px;
  width: 900px;
  background-color: #1a0e16;
  background-position: center; /* Centers the image within the container */
  filter: drop-shadow(10px 10px 1px rgba(225, 225, 225, 0.35));
  text-shadow: 1px 1px rgba(0, 0, 0, 0);
}



