@keyframes bounce {
    0% { transform: translateY(0); }
    50% { transform: translateY(-60px); }
    100% { transform : translateY(0); }
}
a {
    color: darkslategrey;
}
#overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
#image1 {
    display: block;
    position: absolute;
    top: 0;
    left: auto;
    width: auto;
    height: auto;
    background: url("./mario1.png") center center fixed;
    z-index: 0;
}
#image2 {
    display: block;
    position: absolute;
    top: 0;
    left: auto;
    width: auto;
    height: auto;
    background: url("./mario2.png") center center fixed;
    z-index: 1;
}
#image3 {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 15%;
    background: url("./scan.png") center center fixed;
    z-index: 2;
}
#container {
    position: absolute;
    width: 100%;
    margin: auto;
    padding: 0;
}
html {
    width: 100%;
    height: 100%;
}
body {
    text-align: center;
    margin-top: 5%;
    color: white;
    margin-top: 5%;
    margin-left: 0%;
    margin-right: 0%;
}
textarea {
    margin-top: 0%;
    margin-bottom: 0%;
    padding-top: 0%;
    width: 18%;
    height: 17pt;
}
img {
    width: 20%;
    padding: 0%;
    margin-top: 1%;
    margin-bottom: 0%;
}
h1 {
    font-family: monospace;
    font-size: 22pt;
    padding: 0%;
    margin-top: 0%;
    margin-bottom: 0%;
}
h2 {
    font-family: monospace;
    font-size: 14pt;
    padding: 0%;
    margin-top: 0.5%;
    margin-bottom: 0.5%;
    text-shadow: 1px 1px black;
}
h3 {
    font-family: monospace;
    padding: 0%;
    margin-top: 0%;
    margin-bottom: 0.5%;
}
.footer {
    font-family: monospace;
    font-size: 8pt;
    color: darkslategrey;
    position: absolute;
    left: 1%;
    bottom: 0;
    text-align: center;
}