/* @import url(https://db.onlinewebfonts.com/c/7fbc0e7b6044b4623d94956a264392ca?family=Sheepman+W03+Regular); */

@font-face {
    font-family: "Sheepman-regular";
    src: url('/css/fonts/fonnts.com-Sheepman-Regular.otf');
}

@font-face {
    font-family: "Sheepman-light";
    src: url('/css/fonts/fonnts.com-Sheepman-Light.otf');
}

@font-face {
    font-family: "Sheepman-bold";
    src: url('/css/fonts/fonnts.com-Sheepman-Bold.otf');
}

#GOTPage {

	width: 710px;
	background-color: black;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	/* justify-content: end; */
}

#GOTTeaserPage {
	width: 710px;
	margin: 0 auto;
}



#logo {
    margin: 20px 0;
}

#title {
    margin: 20px auto;
}


#great {
    font-size: 9rem;
    line-height: 7rem;
    letter-spacing: 0.15rem;
    text-transform: uppercase;
    color: white;
    background-color: black;
    font-family: "Sheepman-regular";
    margin: 5px auto;
}

#great span {
    font-size: 4rem;
}

#houses {
    font-size: 9rem;
    line-height: 7rem;
    letter-spacing: 0.4rem;
    text-transform: uppercase;
    color: white;
    background-color: black;
    font-family: "Sheepman-regular";
    margin: 5px auto;    
    
}

#faces {
    margin: 0 auto;
}

#legals {
    display: flex;
    margin: 20px auto;
    text-align: center;
    color: white;
    align-items: end;
    gap: 5px;
    font-size: 0.8rem;
}

