body{
      background-image: url('../cardPull.png');
  background-size: 100% auto;
  display: flex;
  justify-content: center;
  margin:5px;
  flex-direction: column;
}
.text{
font-family: "Diplomata", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 50px;
  margin:2px auto;
  background-color: rgb(129, 159, 234);
    border-radius:20px;
  line-height:10px;
  text-align:center;
  color: #7e4d92;

}
  .text2{
font-family: "Sour Gummy", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size:40px;
  margin:10 auto;
  background-color: rgb(129, 159, 234);
  color:#383764;
  text-align: center;
  border-radius:20px;
  line-height: 5px;
}
.cardButton{
    display:flex;
justify-content:center;
align-items:center;
font-family: "Sour Gummy", sans-serif;
  font-optical-sizing: auto;
  border-radius:20px;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  margin:10px auto;
  width:450px;
  height:600px;
  background-image: url('../cardB.png');
}
.button{
display:flex;
justify-content:center;
align-items:center;
font-family: "Sour Gummy", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  padding: 10px;
 height:40px;
 width: 25%;
 margin:0 auto;
  background-color:rgb(81, 122, 172);
  border-radius: 20px;
}
.choices{
    display:flex;
    flex-direction:row;
    align-items:center;
}
.card{
    width:450px;
    height:600px;
    margin: 10px auto;

}
a:link {
	color: #e2abf3;
    text-decoration:none;
	}
	
a:visited {
	color: #e2abf3;
    text-decoration:none;
	}

a:hover {
	color: #383764;
}