/*
	Name: Michelle Ponting
	Date: 04.23.18
	Section: CSE 154 AC

	This is the index.css for creative project 04 that styles the document.
*/

@font-face {
   font-family: 'Cute Font';
   src: url('https://fonts.googleapis.com/css?family=Cute+Font');
}

body {
	background-color: black;
	font-family: 'Cute Font', monospace;
	font-size: 150%;
	color: white;
	text-align: center;
	margin-left: 15px;
	margin-right: 15px;
}

header {
	padding: 20px;
}

button {
   background-color: inherit;
   border: none;
	height: auto;
	width: auto;
}

img {
   height: 150px;
   width: auto;
}

.hidden {
   display: none;
}

.evil {
	background-color: #444444;
	color: #4b8548;
}

#switch {
   font-size: 14px;
   font-family: 'Cute Font', monospace;
   background-color: #505050;
   border: 5px solid #505050;
   border-radius: 5px;
}
