

body {
  font-family: Overpass;
  margin:0;
  background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url("https://i.pinimg.com/originals/9b/88/7c/9b887c9510b7abc8d1749712c702a6f8.jpg");


}

h1{
  font-size: 45px;



}
h1, h2, h3 {
  color: #719192;
  font-family: Chivo;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0,0,0,.5);
}

p {
  color: white;
  opacity: .7;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  text-shadow: 2px 2px 4px rgba(0,0,0,.5);
}

img {
  width: 350px;
  height: 350px;
  object-fit: cover;
  margin-left: 530px;
  border: 3px solid white;
  /* border-color: white;
  border-width: 20px; */
  border-radius: 50%;
}

.list {
  text-align: center;
  color: white;
  opacity: .7;
  font-weight: bold;
}

.buttons{
  text-align: center;
  size: 100px;
}
option {
  margin-left: 50px;
}

a {
  color: 40bfc1;
  font-weight: bold;
  text-decoration: none;
  transition: .3s;
}

a:hover {
  color: #6b591d;
}

/*//CUSTOM DESING NOW//*/

.banner{
	background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url("images/background.jpg");
	background-size: cover;
	background-position: center;
	text-align: center;
	padding: 150px 0;

}



.banner h1{
	color: white;
	text-shadow: 2px 2px 4px rgba(0,0,0,.3);
	margin: 0;
}

.banner p{
	font-size: 24px;
	color: white;
	opacity: .7;
	text-shadow: 2px 2px 4px rgba(0,0,0,.5);
	margin-bottom: 40px;

}

.button-blue{
	background-color: #719192;
	color: white;
	padding: 18px 24px ;
	border-radius: 4px;


}

.button-blue:hover{
	background-color: #719167;
	color: white;

}

.container{
	width:800px;
	margin: auto;

}
.card-white{
	box-shadow: 2px 2px 4px rgba(0,0,0,.1);
	width: 200px;
	text-align: center;
	padding: 20px;
	border-radius: 10px;
}

.card-white img{

	height: 150px;
	object-fit:cover ;
	margin: 20px auto;

}

.card-white h3{
	margin: 0;


}

.footer{
	background-color: grey;
	padding: 50px;
	text-align: center;
	color: white;
	margin-top: 20px;
}

.cards{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 20px;

}
