body { width: 100%; height: 100%; min-height: 100vh; margin: 0 auto; padding: 0; background-image: url(../img/vms-beach.jpg); background-position: center center; background-repeat: no-repeat; background-size: cover; text-align: center; }
#wrap { width: 100%; height: 100%; display: flex; align-items: center; align-content: center; justify-content: center; }
#message { margin: 40px; }
img { display: block; width: auto; max-width: 100%; height: auto; margin: 0; padding: 0; border: none; outline: none; }
