/*
html {
    height: 100%;
    background-color: darkblue;
    text-align: center;
    color: white;
    margin: auto;
}

p {
    font-size: 20px;
}

*/

.center {
    align: center;
}
.bot10 {
    margin-bottom: 10px;
}

#jimmy {
    /*
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 150px;
    */
    display: none;
}