* {
  font-family: algerian;
}
p {
  font-size: 25px;
  text-shadow: 1px 1px #fff;
}
h1 {
  font-size: 150px;
  text-shadow: 4px 3px #fff;
}

h2 {
  font-size: 50px;
  text-shadow: 4px 3px #fff;
}
.menu {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.img-ontop {
  position: absolute;
  opacity: 0%;
  z-index: 5;
}
.img-ontop:hover {
  opacity: 100%;
}

.blinkie {
  width: 300px;
}
@font-face {
  font-family: algerian;
  src: url(/Algerian\ Regular.ttf);
}

@font-face {
  font-family: msgothic;
  src: url(/msgothic.ttc);
}
