* {
  margin: 0;
  padding: 0;
}

body {
  background: linear-gradient(90deg, rgba(233, 233, 240, 1) 48%, rgba(227, 241, 241, 1) 100%);
}

.navbar {
background: #ee0979;
background: -webkit-linear-gradient(to right, #ff6a00, #ee0979);
background: linear-gradient(to right, #ff6a00, #ee0979);
}

.main-div {
  height: 200px;
  width: 60%;
  background: white;
  margin: auto;
  border-radius: 20px;
  margin-top: 70px;
  margin-bottom: 70px;
}

.main-div button {
  width: 80%;
  padding: 15px;
  font-size: 25px;
  font-weight: bold;
  border-radius: 15px;
}


.main-div .md-btn1 {
  margin-top: 80px;
}

.contact-footer {
  height: 120px;
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background: linear-gradient(to right, #ff6a00, #ee0979);}

@media screen and (max-width:770px) {
  .main-div button {
    width: 80%;
    padding: 15px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 15px;
  }
}

.btn-grad {
  background: #ee0979;
background: -webkit-linear-gradient(to right, #ff6a00, #ee0979);
background: linear-gradient(to right, #ff6a00, #ee0979);
}

.btn-grad {
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
}

.btn-grad:hover {
  background-position: right center;
  /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}
