@font-face {
    font-family: Pixel Font;
    src: url(PixelMplus12-Bold.ttf);
}

#main {
    font-family: Pixel Font;
    letter-spacing: 0.08em;
    line-height: 1.25em;
    color: aliceblue;
}

#attention {
    color: coral;
} 

#min {
    font-size: x-small;
    margin: 0%;
}

#middle {
    font-size: small;
}

.horizontal {
    display: flex;
    justify-content: center;
}

h1 {
    font-size: xxx-large;
    text-shadow: 0.05em 0.08em 2px coral;
    padding-bottom: 0.75em;
    border-bottom: double 5px coral;
}

footer {
    border-top: solid 2px coral;
}

body {
    background-image: url(img/double-bubble-dark.png);
}