body{
  font-family: "Poppins", sans-serif;
  font-size:20px;
  background-image:url(images/images\).jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
 
}
form{
 background-color: rgba(0, 0, 0, 0.6);
 color: rgb(220, 218, 218);
 margin:auto ;
 width:600px;
 border-radius:30px;
}
h1,p{
 margin:15px auto;
 text-align:center;
}
fieldset{
 width:500px;
 margin:20px 40px;
 border:none;
 border-bottom:2px solid  ;
 padding:1rem 0;
}
input{
 width:100%;
 height:30px;
 display:block;margin-bottom:15px;
 margin-top:5px;
 padding:1px 8px;
 border-radius:6px;
 border:none;
}
.dropdown{
 width:104%;
 height:34px;
 margin-top:5px;
 padding:1px 8px;
 border-radius:6px;
}
input[type="radio"]{
 display:inline;
 width:45%;
}
input[type="checkbox"]{
 display:inline;
 width:47%;
}
button{
 align-items:center;
 width:70%;
 margin:30px 87px;
 height:35px;
 border-radius:6px;
 border:none;
 background-color:black;
 color:white;
 font-size: 20px;
}

.favourite-game{
 margin:20px 40px;
 border:none;
 padding:1rem 0;
}
input[name="favourite"]{
 
 width:84%;
 height:30px;
 display:block;
 margin:0 40px;margin-bottom:15px;
 margin-top:5px;
 padding:1px 8px;
 
}
textarea{
 display:block;
 margin:0 80px;
 margin-bottom:8px;
 margin-top:5px;
 padding:1px 8px;
 border-radius:6px;
 color:black;
}