h1 {
  text-align: center;
}

a:hover {
  color: hotpink;
}

a:link {
  color: black;
}

.column {
  float: left;
  width: 25%;
  padding: 0 10px;
}

p {
  font-weight: bold;
}

/* Remove extra left and right margins, due to padding */
.row {
  margin: 0 -5px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive columns */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}

/* Style the counter cards */
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 16px;
  text-align: center;
  /* background-color: #f1f1f1; */
  background-color: #ffc1b6;

  height: 150px;
  margin-top: 10px;
}

.card:hover {
  box-shadow: 10px 10px 10px rgba(150, 34, 34, 0.99);
}

h3 {
  font-weight: bold;
  /* font-size:70px; */
  color:rgba(0,0,0,0.70);
  /* margin-bottom: 60px; */
}

.both-right {
  after;
}

.female {
  width: 100%;
  margin-top: 10px;
}

h1 {
  font-weight: bold;
}


.center-head {
  text-align: center;
}



.blog {
  margin-left: auto;
  margin-right: auto;
}

/* body
{
  color:white;
background-color:  black;
} */
.head {
  background-color: #333;
  overflow: hidden;
}

.head a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.head a:hover {
  background-color: #ddd;
  color: black;
}

.head a.active {
  background-color: #4CAF50;
  color: white;
}

body {
  background-color: white;
  /* color: white; */
}

.center-head {
padding: 0 80px;
}

input,textarea
{
  width: 60%;
  height: 50px;
  margin-bottom: 20px;
  background-color: white;
  opacity: 0.8;
  border:1px solid #777;
  border-radius: 4px;
}
input::placeholder
{
  color:black;
  font-size:20px;
  letter-spacing: 1px;
  padding-left: 10px;

}
textarea
{
      margin-top: -10px;
    height: 100px;
}
.submit-btn
{
  transition: all 0.1s;
  letter-spacing: 3px;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: lighter;
  color: black;
}

.submit-btn:hover{
background-color: black;
color:white;



}
