body{
	font-family: 'Comic Neue', cursive;
	color: #000;
}

#container{
	width:800px;
	margin:50px auto;
	padding: 20px;
	width:80%;
}
#container h2{
	text-align:center;
	color:#000;
	font-size: 30px;
}

#quoteContainer{
	width:90%;
	background: #38bdff;
	padding:5px;
	margin: 10px auto;
	text-align: center;
  	height:auto;
	font-size: 20px;
}
#buttonContainer{
	width: 100%;
	text-align: center;
}
#excuseButton{
	width:200px;
	margin-top: 10px;
	border:2px solid #000;
	color:#000;
	font-family: inherit;
	font-weight: bold;
	padding:5px;
	text-decoration: none;
	text-align: center;
}

#excuseButton:hover{
	cursor:pointer;
	background:#000;
	color: #38bdff;	
}
#excuseButton:active{
	cursor: pointer;
}
#excuseButton{
	display: inline-block;
}
#quoteGenius{
	font-style: italic;
	font-weight: 600;
	text-align: center;
	font-size: 16px;
}

#face{
	margin: auto;
    width: 50%;
    height: 50%;
	max-width: 256px;
	max-height: 256px;
    padding: 10px;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}


/*MEDIA QUERIES*/
@media screen and(max-width:760px){
	#excuseButton,#addNew{
		display: block;
	}
}
