@import url('https://fonts.googleapis.com/css?family=Crimson+Pro|Lacquer&display=swap');


body{
	background-color: white;
	color: #581E8D;
	font-family: 'Crimson Pro', serif, sans-serif;
	padding: 0;
	margin: 0;
	text-align: center;
}

.header {
	background-color: #581E8D;
	color: white;
	width: 100%;
}

h1 {
	font-size: 4rem;
}

p {
	font-size: 1.5em;
}


img{
	width:30%;
	box-shadow: 10px 10px 8px black;
	margin: 30px;
}

footer{
	margin-top: 10%;
}

footer a {
	text-decoration: none;
}

footer a:hover {
	color: white;
	background-color: #581E8D;
}

button {
	border-radius: 5px;
	background-color: #581E8D;
	color: white;
	width: 8em;
	height: 2em;
	font-size: 1.5em;
}
