html{
	height:100%;
	font-family: "Arial", "helvetica", sans-serif;
}
body{
	background-repeat:no-repeat;
	height:100%;
}

a{
	cursor:pointer;
	text-decoration: inherit;
	color:black;
}



header h1 a{
	color:black;
	text-decoration: inherit;
	font-size: 3em;
}

a:hover{
	color:#D6D6D6;
}


header{
	display:flex;
	flex-direction:row;
	align-items:center;
}

nav{
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:center;
	gap:0.5em;
	font-size:2.5em;
}


.living-room {
	display:flex;
	flex-direction:row;
	width:100%;
}

.living-room a:hover{
	color:#D6D6D6;
	text-decoration: underline;
}

.living-room p{
	font-size:1.8em;
}

.living-room .row{
	display:flex;
	flex-direction:column;

}

.living-room .row h2{
	font-size:x-large;
}

.living-room-post .row .subtitle{
	font-size:xx-large;
}

.living-room .row .living-room-post {
	width:100%;
	display:flex;
	flex-direction:column;
	justify-content:center;

	ul {
		margin:0;
		padding:0;
		list-style-type:none;
		li{
			padding-bottom:0.8em;
		}
	}

}

.living-room .row .living-room-post a{
	width:100%;
	font-size:x-large;
	color: #0000EE;
	margin-bottom:0.5em;
}


.living-room img{
	width:38%;
}
