
/* BANNER */


.banner {
  width: 100%;
  background:url(https://suntour.online/wp-content/uploads/26112022.jpeg);
  background-size: cover;
  font-size: 20px;
  color: #fff;
  text-align: center;
  padding: 40px 15px;
}

.big-text {
  font-size: 40px;
  font-weight:800;
  animation-delay: 3s;
}
.banner a {
  display: inline-block;
  background: #fff;
  color: #36465d;
  text-transform: uppercase;
  padding: 15px;
  text-decoration: none;
  font-size: 15px;
  transition: .3s;
}
.banner a:hover {
  background: #333;
  color: #fff;
  padding: 15px 20px;
}
