.lobster {
    scale: 30%;

    z-index: 1;
    position: absolute;
    left: -500px;
    top: -300px;
    filter: drop-shadow(10px 10px 1px rgba(16, 9, 47, 0.29));
}

.lobster span {
    opacity: 0;
    position: absolute;
    top: 45%;
    left: 60%;
    transform: translate(-50%, -50%);
    z-index: 99;
    font-size: 4rem;
    font-family: Instrument;

    background-color: whitesmoke;
    padding: 25px;
    width: 800px;
    border-radius: 5px;
    color: orangered;
    filter: drop-shadow(1px 1px 5px white) drop-shadow(-1px 1px 5px white) drop-shadow(1px -1px 5px white)
        drop-shadow(-1px -1px 5px white);
}
.lobster:hover span,
.lobster:focus span {
    opacity: 1;
}

.malt {
    scale: 20%;

    z-index: 1;
    position: absolute;
    left: -200px;
    top: -350px;
    filter: drop-shadow(10px 10px 1px rgba(16, 9, 47, 0.29));
}

.malt span {
    opacity: 0;
    position: absolute;
    top: 45%;
    left: 60%;
    transform: translate(-50%, -50%);
    z-index: 99;
    font-size: 6rem;
    font-family: Instrument;

    background-color: whitesmoke;
    padding: 25px;
    width: 800px;
    border-radius: 5px;
    color: orangered;
    filter: drop-shadow(1px 1px 5px white) drop-shadow(-1px 1px 5px white) drop-shadow(1px -1px 5px white)
        drop-shadow(-1px -1px 5px white);
}
.malt:hover span,
.malt:focus span {
    opacity: 1;
}

.shroom {
    scale: 20%;

    z-index: 1;
    position: absolute;
    left: 150px;
    top: -300px;
    filter: drop-shadow(10px 10px 1px rgba(16, 9, 47, 0.29));
}

.shroom span {
    opacity: 0;
    position: absolute;
    top: 45%;
    left: 60%;
    transform: translate(-50%, -50%);
    z-index: 99;
    font-size: 6rem;
    font-family: Instrument;

    background-color: whitesmoke;
    padding: 25px;
    width: 800px;
    border-radius: 5px;
    color: orangered;
    filter: drop-shadow(1px 1px 5px white) drop-shadow(-1px 1px 5px white) drop-shadow(1px -1px 5px white)
        drop-shadow(-1px -1px 5px white);
}
.shroom:hover span,
.shroom:focus span {
    opacity: 1;
}
.bell {
    scale: 20%;

    z-index: 1;
    position: absolute;
    left: 450px;
    top: -300px;
    filter: drop-shadow(10px 10px 1px rgba(16, 9, 47, 0.29));
}

.bell span {
    opacity: 0;
    position: absolute;
    top: 45%;
    left: 60%;
    transform: translate(-50%, -50%);
    z-index: 99;
    font-size: 6rem;
    font-family: Instrument;

    background-color: whitesmoke;
    padding: 25px;
    width: 800px;
    border-radius: 5px;
    color: orangered;
    filter: drop-shadow(1px 1px 5px white) drop-shadow(-1px 1px 5px white) drop-shadow(1px -1px 5px white)
        drop-shadow(-1px -1px 5px white);
}
.bell:hover span,
.bell:focus span {
    opacity: 1;
}

.wrapper {
    display: block;
    position: relative;
    width: 1100px;
    margin-top: -20px;
    margin-left: auto;
    margin-right: auto;
}
.header {
    display: block;
    position: relative;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

@font-face {
    font-family: Flames;
    src: url(/fonts/flames-italic-font/FlamesItalicPersonalUseBoldItalic-rgAWK.ttf);
}

@font-face {
    font-family: Instrument;
    src: url(/fonts/InstrumentSerif-Regular.otf);
}

/* Start https://www.cursors-4u.com */
* {
    cursor: url(https://cur.cursors-4u.net/nature/nat-7/nat659.cur), auto !important;
} /* End https://www.cursors-4u.com */
.back {
    position: absolute;
    z-index: 1;
    left: 70px;
    top: 50px;
    color: #01391a;
    font-family: SwanseaB;
    font-size: 20px;
}
h1 {
    color: white;
    font-family: Flames;
    font-size: 100px;
}

a:link {
    color: black;
}

/* visited link */
a:visited {
    color: black;
}

/* mouse over link */
a:hover {
    color: black;
}

/* selected link */
a:active {
    color: black;
}
