body{
    max-width: 600px;
    margin: auto;
    background-color:#353535;
    font-family: "typewriter";
    align-content: center;
}
h1 {
    background-color: whitesmoke;
    font-size: xx-large;
}
img {
    background-color: whitesmoke;
    width: 600px;
    border-radius: 0px;
    float: center;
    margin-right: 0px;
}
.imgjb {
    width: 600px;
    position: relative;
    display: inline-block;
}
.imgjb .img-top{
    display: none;
    position: absolute;
    top:0px;
    left:0px;
    z-index: 99;
}
.imgjb:hover .img-top
{
    display: inline;
}
p.nametag {
    font-weight: bold;   
}
em {
    color:  #3535FF;
    font-weight: bold;
    font-style: normal;
}
.frame{
    width: 30%;
}
.center{
    background-color: whitesmoke;
    width: 600px;
    padding-top: 2px;
    padding-bottom: 2px;
    text-align:center;
    margin-top: 1rem;
    margin-bottom: 0rem;
}
.banner{
    margin: 20px;
    background-color: coral;
    border: 5px;
    border-color: red;
}
