body {
    background: black;
    margin: 0;
}

#orientation {
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../assets/graphics/rotate-phone.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgb(0, 0, 0);
    z-index: 999;
    display: none;
}

@font-face {
    font-family: 'GrilledCheeseBTNToasted';
    font-style: normal;
    font-weight: normal;
    src: local('GrilledCheeseBTNToasted'), url('../assets/fonts/GrilledCheeseBTNToasted.woff') format('woff');
}

.back-hall {
			position: absolute;
			left: 10px;
			top: 10px;
			z-index: 200;
			width: 40px;
			height: 40px;
			padding: 0;
			display: grid;
			place-items: center;
			background: #1a1410;
			color: #e8c547;
			border: 2px solid #c9a227;
			border-radius: 50%;
			text-decoration: none;
			box-sizing: border-box;
		}

