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 {
	/*display : block;*/
	/*float: left;*/
	/*object-fit: cover;  */
	/*margin-left : -20px*/
}

.centeredBox {
	width: auto;
	display: flex;
	justify-content: center;
	margin:0px;
}

.bobox {
	background-color:white;

	margin:auto;
	width:75%; 

	/*padding: 20px;*/

	border: 10px solid #f66;
	border-style: groove;
	box-shadow: inset 1px 1px 15px grey, 1px 1px 15px #512241;
}

.box {
	margin : 15px;
	display: flex;
	flex-wrap: wrap;
	padding-top: 37.5px;
	padding-bottom: 37.5px;
	/*justify-content: center;*/
}

.gogo {

	margin-left: 37.5px;
	margin-right: 37.5px;

	/*border: 2px solid red;*/
}

.homepage {
/*	position: fixed;*/
	position: absolute;
	top: 0;
    font-family: monospace;
/*    color: white;*/
}