body {
	/*background-color:rgb(160,160,120);*/
	background-color:#b55e76;
	margin-bottom: 100px;

}

h1 {
	margin-top: 50px;
	margin-bottom: 75px;
	font-family: serif;
    text-align: center;
    color: #ffbc66;
    font-size: 300%;
    text-shadow: rgb(75, 0, 126) 3px 3px 4px;
    padding : 15px;
    border: 5px solid #ec6363;
    border-radius: 10px;
}

p {
    text-align: center;
    color: white;
}

img {
	margin : 10px;
}

.homepage {
/*	position: fixed;*/
	position: absolute;
	top: 0;
    font-family: monospace;
/*    color: white;*/
}

.centeredBox {
	width: auto;
	display: flex;
	justify-content: center;
	margin:0px;
}

.box {
	background-color:white;

	margin:auto;
	width:75%; 

	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-height: 100%;
	align-items: flex-end;

	border: 10px solid #f66;
	border-style: groove;
	box-shadow: inset 1px 1px 15px grey, 1px 1px 15px #512241;
}