*
{
	margin: 0;
	padding: 0;
}
	
body {
      background:#888;
      font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
      font-size: 14px;
      color: #000;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  min-height: 100vh;
    }

.title {
	position: fixed;
	padding-bottom: 620px;
	}
	
.swiper-container {
      width: 100%;
      padding-top: 100px;
      padding-bottom: 100px;
    }

.swiper-slide {
      background-position: center;
      background-size: cover;
      width: 250px;
      height: 375px;
	  background: #000;
}



.btn-frame{
      position:relative;
	  max-height:100%;
	  display: inline-block;
 	  text-decoration:blink;
	  border:7px solid #FFFFFF;
	}

.btn-frame:hover{
      box-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff, 0 0 30px #ffffff;
	  text-decoration:blink;
	}

@font-face {
      font-family: 'Rounded Elegance';
	  src:url(fonts/Rounded_Elegances.ttf);
	 }

h1 {
      font-family: 'Rounded Elegance';
	  font-size:18px;
	  padding: 20px 0 0 0;
}
