#message {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    flex-direction: row;
    align-items: center;
}

#footer {
    position: absolute;
    bottom: 0;
    margin: 4px;
}
