body {
    font-family: 'synkopy';
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: scroll;
    line-height: 1.6;
    word-spacing: 1.4px;
    color: white;
    background-image: url("https://media.giphy.com/media/VIxIhBMfbVEO2YDs0F/giphy.gif");
    background-size: cover;
    box-sizing: content-box;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.doors {
    max-width: 80%;
    padding: 20px;
    text-align: center;
    color: white;
    display: block;
    margin-top: 10%;
    margin-right: auto;
    margin-left: auto;
}

.doors img {
    max-height: 22em;
    width: auto;
}

.doors a {
    display: inline-block;
    margin: auto 2.25em;
    max-width: 100%;
    height: auto;
}

.container {
  width: 65em;
  height: 88em;
  grid-auto-rows: 100px;
  box-sizing: content-box;
  border-width: 7px;
  border-style: solid;
  border-image: url('https://64.media.tumblr.com/c184248ab19f208ba93b520357c41067/3230f40eff4445e2-30/s1280x1920/3ac6e0d7264959e061f173db00b0635693708193.pnj') 172 fill round;
  margin: auto; 
  padding:5px;
  position: relative;
}

@font-face {
    box-sizing: content-box;
    font-family: 'Synkopy';
    src: local('Synkopy'), url('../fonts/Synkopy/Synkopy-Regular.otf');
    font-weight: 400;
}