@font-face {
  font-family: "W95FA";
  src: url("fonts/w95fa.woff") format("woff");
}

body {
  background-color: red;
  background-image: url("images/seamless.jpg");
  color: black;
  font-family: "W95FA", Verdana, sans-serif;
}

.desktop-icon {
  position: absolute;
  width: 80px;
  text-align: center;
  color: purple;
  text-decoration: none;
}

.desktop-icon img {
  width: 48px;
  height: 48px;
  display: block;
  margin: 0 auto 4px auto;
}

.info-icon {
  left: 40px;
  bottom: 40px;
}

.music-icon {
  left: 130px;
  bottom: 40px;
}

.notepad-icon {
  left: 220px;
  bottom: 40px;
}
.picture {
  position: absolute;
  text-align: center;
  color: black;
}

.picture img {
  width: 300px;
  height: auto;
  display: block;
}

.picture span {
  display: block;
  margin-top: 5px;
}

.picture1 {
  left: 955px;
  top: 315px;
}

.picture2 {
  left: 955px;
  top: 50px;
}

.gif1 {
  position: absolute;
  right: 400px;
  top: 25px;
  width: 30px;
  height: auto;
}

.logbook-embed {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.logbook-embed iframe {
  width: 500px;
  height: 300px;
  border: 1px solid white;
}