body {
    font-family: "Verdana";
    background-color: black;
    color: white;
    height: 100%;
}


.image {
    text-align: center;
    overflow: hidden;
}

.loading {
  background: transparent url('gear.gif') center no-repeat;
}

#image_id {
    overflow: hidden;
    object-fit: cover;
    object-position: top;
    width: 320px !important;
    height: 320px;
    max-height: 60%;
}
#text_id {

    font-size: 24px;

}
