html,
body {
  position: relative;
  height: 100%;
}

body {
  background: #222;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}
h1{
  text-align: center;
  color: white;
  padding-top: 50px;

}
h2 {
  text-align: center;
  font-size: 30px;
}

.swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 400px;
  background: whi
}

.swiper-slide img {
  display: block;
  width: 100%;
}

.button{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  
  gap: 40px;
}

.btn{
text-align: center;
border-radius: 10px;
background-color: #ff0057;
border: none;
width: 180px;
height: 50px;
}

.btn a{
text-decoration: none;
color: white;
font-size: 20px;
padding: 20px;
}
