@import url('https://fonts.googleapis.com/css2?family=Almendra:ital,wght@0,400;0,700;1,400;1,700&display=swap');
body{
    background:url("../images/winston2.jpg");
    background-size:cover;
    min-height: 100vh;

}

#wrapper {
    background-color:none;
    width:100%;
    min-width:400px;
    height:80%;
    margin:0 auto;

h1 {
	font-weight: bold;
	font-family:Almendra, Helvetica, Arial, sans-serif;
    color:white;
    padding-left: 10%;
    font-size: 4em;
}

p{
    color:white;
    font-size: 2em;
	font-family:Almendra, Helvetica, Arial, sans-serif;

}

#two{
    padding-left: 60%;
    margin:2em auto;
}

#three{
    padding-left: 70%;
    margin:1em auto;
}
}

#choices{
   
    background-color:#fdffff32;
	width:20%;
	height:30%;
	text-align:center;
	Padding-top:10px;
	Padding-bottom:10px;
	font-size:20px;
	text-shadow: 1px 1px 2px #00000067;
	Border-radius:7px;
	margin:25em 6em 0 0;
    float: right;
        
}

#choices a{
	margin:0;
	font-size:1em;
	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:1em;
	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);
}