@font-face {
    font-family: "jimnightshade";
    src: url("../assets/fonts/JimNightshade-Regular.ttf");
}

body {
    font-family: "jimnightshade";
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
}

#container {
    color: orangered;
    border: white 10px ridge;
    height: 600px;
    width: 800px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

#images {
    height: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

#text {
    height: 480px;
    width: 720px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#door {
    height: 256px;
    width: 256px;

}

#arrow {
    height: 64px;
    width: 64px;
}

h1 {
    font-size: 3.5em;
    text-shadow: 2px 2px 5px;
}

p {
    font-size: 1.3em;
    text-align: center;
}