header{
    color: black;
    background-color: red;
    font-family: "Bauhaus93", Intro, Georgia;
    letter-spacing: 0.3cm;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
}
body{
    background-color: black;
    color: white;
    border-radius: 5px;
    border-color: red;
}
footer{
    position: fixed;
    bottom: 0;
    background-color: black;
    width: 100%;
    text-align: center;
    color: red;
}
main section{
    border: 8pt solid silver;
    border-radius: 60px;
    padding: 2%;
    width: 40%;
}
main section h2{
    color: purple;
    background-color: silver;
    font-family: "Bauhaus93", Intro, Georgia;
    letter-spacing: 0.3cm;
    text-align: center;
    font-weight: bold;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}

li {
    float: left;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 18px 20px;
    text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
li a:hover {
    background-color: #111;
}
#info{
    border: 5pt solid mediumpurple;
    padding: 20px;
    position: relative;
    left:0px;
}
img{
    border: 1pt solid red;
}

#ghost{
    float: right;
    border: 0;
}
#noway{
    float: right;
    border: 0;
}