@charset "UTF-8";
body {
	background-color: #e2cbaa;
	font-family: "Special Elite", system-ui;
  	font-weight: 400;
  	font-style: normal;
}

header {
	width: 100%;
	text-align: center;
	font-size: 2em;
	margin-top: 15px;
}

section {
	text-align: center;
	font-size: 1.5em;
}

#box1 {
    width: 37.5%;
    height: 120px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    background-color: white;
    line-height: 120px;
    border: black outset 3px;
    border-radius: 50%;
}

#box2 {
	width: 37.5%;
	height: 120px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	background-color: white;
	line-height: 120px;
	border: black outset 3px;
    border-radius: 50%;
}

#box3 {
	width: 37.5%;
	height: 120px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	background-color: white;
	line-height: 120px;
	border: black outset 3px;
    border-radius: 50%;
}

#box4 {
	width: 37.5%;
	height: 120px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	background-color: white;
	line-height: 120px;
    border: black outset 3px;
    border-radius: 50%;
}

#box5 {
	width: 78%;
	height: 30px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	background-color: white;
	line-height: 30px;
	border: black outset 3px;
    border-radius: 5%;
}

@media (min-width: 320px){
	#box1 {
		width: 50%;
		border-radius: 50%; 
	}
	
	#box2 {
		width: 50%;
		border-radius: 50%; 
	}
	
	#box3 {
		width: 50%;
		border-radius: 50%; 
	}
	
	#box4 {
		width: 50%;
		border-radius: 50%; 
	}
	
	#box5 {
		width: 50%;
		height: 100px;
		line-height: 100px;
		border-radius: 50%;
	}
}

@media (min-width: 768px){
	body {
		background-color: #aac1e2;
	}
	
	header {
		margin-top: 200px;
	}
	#box1 {
		width: 25%;
		border-radius: 60%;
		float: left;
		margin-left: 150px;
	}
	
	#box2 {
		width: 25%;
		border-radius: 60%; 
		line-height: 5;
		float: left;
		margin-left: 100px;
	}
	
	#box3 {
		width: 25%;
		border-radius: 60%; 
		line-height: 5;
		float: left;
		margin-left: 150px;
	}
	
	#box4 {
		width: 25%;
		border-radius: 60%; 
		line-height: 5;
		float: left;
		margin-left: 100px;
	}
	
	#box5 { 
		height: 60px;
		line-height: 60px;
		border-radius: 70%;
		float: left;
		margin-left: 200px
	}
}


@media (min-width: 1076px){
	
	body {
		background-color: #e2aac1;
	}
	#box1 {
		width: 30%;
		border-radius: 60%;
		float: left;
		margin-left: 175px;
	}
	
	#box2 {
		width: 30%;
		border-radius: 60%; 
		line-height: 5;
		float: left;
		margin-left: 125px;
	}
	
	#box3 {
		width: 30%;
		border-radius: 60%; 
		line-height: 5;
		float: left;
		margin-left: 175px;
	}
	
	#box4 {
		width: 30%;
		border-radius: 60%; 
		line-height: 5;
		float: left;
		margin-left: 125px;
	}
	
	#box5 { 
		width: 25%;
		height: 60px;
		line-height: 60px;
		border-radius: 70%;
		float: left;
		margin-left: 450px
	}
}

@media (min-width: 1280px){
	
	body {
		background-color: #aae2cb;
	}
	
	header {
		margin-top:  150px;
	}
	#box1 {
		width: 15%;
		border-radius: 60%;
		float: left;
		margin-left: 350px;
	}
	
	#box2 {
		width: 15%;
		border-radius: 60%; 
		line-height: 5;
		float: left;
		margin-left: 200px;
	}
	
	#box3 {
		width: 15%;
		border-radius: 60%; 
		line-height: 5;
		float: left;
		margin-left: 350px;
	}
	
	#box4 {
		width: 15%;
		border-radius: 60%; 
		line-height: 5;
		float: left;
		margin-left: 200px;
	}
	
	#box5 { 
		width: 150px;
		height: 50px;
		line-height: 50px;
		border-radius: 0%;
		float: left;
		margin-left: 575px
	}
	
}

