@charset "UTF-8";

body {
  background-image: url('../img/background.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-size: 100% 100%;
  margin: 0;
  font-family: sans-serif;
}

.align {
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: -webkit-center;
}

#message {
    white-space: nowrap;
    width: min-content;
    opacity: 1;
}

.vertical-align {
  position: relative;
  top: 35%;
  height: 6em;
  margin-top: -3em;
  width:100%;
}

.opacity {
    background-color: rgba(255,255,255,0.5);
    height: 104.9%;
}