@charset "utf-8";

.mButton {
  width: 150px;
  height: 40px;
  line-height: 40px;
  background: black;
  border-radius: 5px;
  text-align: center;
  font-size: 15px;
  cursor: pointer;
}
.mButton:hover {
  opacity: 0.5;
  transition: .8s;
}
a {
  text-decoration: none;
  color: white;
}

@media (min-width: 570px) {

  body {
    /* background: skyblue; */
  }

  input[type="text"] {
    width: 350px;
  }


}

/* large */

@media (min-width: 900px) {


}
