
/*----------------- TEXT -----------------*/

@font-face {
	font-family: pixel2;
	src: url(/fonts/PixelOperator.ttf)
}

a {
	color: #49b8b8;
}

a:hover {
	color: #219595;
}

/*----------------- IMPORTANT -----------------*/

body, html {
	background-image: url(/art/Decor/somewhereelse/art_background_apartmentsfull2.png);
	background-size: auto;
	color: #dddddd;
    font-family: pixel2;
    font-size: 25px;

}

/*----------------- BOXES -----------------*/

.textbox {
    margin: auto;
    border: 2px solid #afafaf;
    background-color: black;
    padding: 10px;
    width: fit-content;
	max-width: 500px;
}

.giantblankspace700 {
    height: 700px;
}

.giantblankspace200 {
    height: 200px;
}


/*----------------- ART DECOR -----------------*/

.repeaty {
	background-image: url("/art/Decor/somewhereelse/art_foreground_apartments.png"), url("/art/Decor/somewhereelse/art_foreground_apartments2.png");
	background-position: left, right;
	background-repeat: repeat-y;
}


/* .repeatx {
  background-image: url("/art/Decor/somewhereelse/art_background_apartmentsfull.png");
  background-repeat: repeat-x;
  background-color: #000000;
  z-index:-10;
} */

/*-- UNDERTALE SPRITES --*/

.utcontainer {
	display: flex;
    margin: auto;
	padding: 10px;
	border: 5px solid #eaeaea;
	background-color: black;
	color: white;
	max-width: 700px;
}

.uttext {
	margin-left: 10px;
}

