@import url('https://fonts.googleapis.com/css2?family=Almendra:ital,wght@0,400;0,700;1,400;1,700&display=swap');

body {
	background: rgb(111,158,114);
	background: linear-gradient(0deg, rgba(111,158,114,1) 0%, rgba(120,220,255,1) 19%, rgba(120,220,255,1) 100%);
	margin:0;
	background-size:cover;
	min-height: 100vh;

}

#wrapper {
	width:100%;
	margin:0 auto;
	background-color:none;

h1 {
	text-align:center;
	font-size:3.5em;
	font-weight: bold;
	font-family:Almendra, Helvetica, Arial, sans-serif;
}

p{
	margin:2em auto;
	font-family:Almendra, Helvetica, Arial, sans-serif;

}

#three{
    width:10%;
	height:10%;
	background-color:rgba(0, 0, 0, 0.10);
	border-radius:6px;
	padding:.5% 4% .5% 4%;
    text-align: center;
}
}

#choices {
	background-color:#fdffff32;
	width:50%;
	height:100%;
	text-align:center;
	Padding-top:10px;
	Padding-bottom:10px;
	font-size:20px;
	text-shadow: 1px 1px 2px #00000067;
	Border-radius:7px;
	margin:0 auto;
	


}
#choices a{
	margin:0;
	font-size:.8em;
	text-align:center;
	display:inline-block;
	width:50%;
	height:30px;
	Padding-top:10px; 
	margin-top:10px;
	margin-bottom:10px;
	Border-radius:7px;
	color:#ffff;
	padding-bottom:10px;
	font-family:Almendra, Helvetica, Arial, sans-serif;
	text-decoration:none;

}

#choices a:hover{
	margin:0;
	font-size:.8em;
	text-align:center;
	display:inline-block;
	width:50%;
	height:30px;
	Padding-top:10px; 
	margin-top:10px;
	margin-bottom:10px;
	Border-radius:7px;
	color:#c5eeff;
	padding-bottom:10px;
	font-family:Almendra, Helvetica, Arial, sans-serif;
	text-decoration:none;

}

img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width:80%;
	margin-top:1em;
	margin-bottom:1em;
}

.btn{
    display: block;
	width:50%;
    height:20%;
	border:#001d2c 1px dotted;
	border-radius:4px;
	background-color:rgba(0, 0, 0, 0.35);
	color:#99aabb;
    padding-bottom:20px;
    padding-top:20px;
    font-size:15px;
}

.btn:hover{
	color:#aaeeee;
	background-color:rgba(0, 0, 0, 1);
}

#choices2 {
	background-color:#fdffff32;
	width:50%;
	height:100%;
	text-align:center;
	Padding-top:10px;
	Padding-bottom:10px;
	font-size:20px;
	text-shadow: 1px 1px 2px #00000067;
	Border-radius:7px;
	margin:0 auto;
	


}
#choices2 a{
	margin:0;
	font-size:.8em;
	text-align:center;
	display:inline-block;
	width:50%;
	height:30px;
	Padding-top:10px; 
	margin-top:10px;
	margin-bottom:10px;
	Border-radius:7px;
	color:#ffff;
	padding-bottom:10px;
	font-family:Almendra, Helvetica, Arial, sans-serif;
	text-decoration:none;

}

#choices2 a:hover{
	margin:0;
	font-size:.8em;
	text-align:center;
	display:inline-block;
	width:50%;
	height:30px;
	Padding-top:10px; 
	margin-top:10px;
	margin-bottom:10px;
	Border-radius:7px;
	color:#c5eeff;
	padding-bottom:10px;
	font-family:Almendra, Helvetica, Arial, sans-serif;
	text-decoration:none;

}


#name{

	color:rgb(166, 240, 240);
}

#name2{

	color:rgb(166, 240, 240);
}

#name3{

	color:rgb(166, 240, 240);
}