body {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #7a8b8b; /* #425864; */
}

.centerpic {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left 50%;
    transform: translate(-0%, -50%);
}

.fixed-image {
    display: block;
    margin: auto;
    width: 458px;
    position: relative;
}

.ord {
    position: fixed;
    top: 80%;
    font-family: courier, new courier, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    color: white;
    /* z-index: 1000; */
}

footer {
    position: fixed;
    bottom: 0;
    padding: 100px 0;
    align-items: center;
    font-family: courier, new courier, sans-serif;
    font-size: 0.8em;
    text-align: right;
    color: #616161;

}

