body {
  background-color: #CECECE;
  font-family: Courier new; }

#bg-img {
  background-image: url("/images/L1030548.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 97vh; }

#main {
  min-height: 96vh;
  padding: 2vh; }

#information {
  text-shadow: 0 0 3px black;
  font-weight: bold; }

@media only screen and (max-width: 400px) {
  #title {
    font-size: 1.5rem !important; }
  #subtitle {
    font-size: 1.3rem !important; }
  #information {
    font-size: 1.1rem !important; }
  #bg-img {
    background-size: 1000px;
    background-position: top;
    background-repeat: repeat-y;
    background-attachment: fixed; } }
