header {
  background-color: darkgrey;
  display: flex;
  justify-content: center;

}

header li {
  padding-left: 30px;
  list-style-type: none;

}

header li a {
  text-decoration: none;
  font-size: 40px;
  color: deeppink;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

}

body {
  margin: 0;
  background: linear-gradient(45deg, #49a09d, #5f2c82);
  font-family: sans-serif;
  font-weight: 100;

}

div {
  padding: 2rem;
  margin: 2rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}


img {
  width: 200px;
  height: 200px;
  border-radius: 5px 5px 0 0;
}

div.card {
  vertical-align: top;
  display: inline-block;
  text-align: center;
  width: 120px;
  float: inline-end;
}

img {
  width: 200px;
  height: 200px;
 
  
}

div p {
  text-align: center;
  font-size: 25px;
  color:yellowgreen;
}

div h4 {
  text-align: center;
  font-size: 50px;
  color: fuchsia;

}

div h3 {
  text-align: center;
  font-size: 25px;
  color:darkcyan;

}
.container{

  width: 300px;
box-shadow: 3px 3px 3px 3px , white;
margin:10px;
background-color:#5f2c82;
}




form {
  box-sizing: border-box;
  padding: 2rem;
  border-radius: 1rem;
  border: 4px solid hsl(0, 0%, 90%);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-left: 25%;
  margin-right: 25%;
  width: 50%;


}

select {
  background: whitesmoke;
}



input[type=button],
input[type=submit] {
  background-color: #04AA6D;
  border: none;
  color: white;
  padding: 16px 32px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
  font-family: 'Times New Roman', Times, serif;
  font-size: medium;

}

label {
  color: mediumvioletred;
  font-weight: bold;
  display: block;
  font-size: 20px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}




footer {
  background-color: none;

  left: 0;
  bottom: 0;
  width: 100%;
  color: white;
  text-align: center;

}

.fa {
  padding: 10px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
}

.fa:hover {
  opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-snapchat {
  background: yellow;
  color: white;
}

.fa-whatsapp {
  background: green;
  color: white;
}