@charset "UTF-8";
/* CSS Document */

* {
  box-sizing: border-box;
}

body {

  margin: 0;
  font-family: Gantari, Verdana, sans-serif;
  background-color: #fff;
}


img {
max-width: 100%;
text-align: center;
margin-bottom: 15px;
}

h1 {

font-size:24px;
line-height: 1.25;
color:#ee3d96;

text-align: left;
width: 100%;

margin: 0px auto;
}

p {
font-family: Gantari, Verdana, sans-serif;
font-weight: 400;
 font-size: 17px;
}

.content p {
width: 100%;
text-align: left;
margin: 0px auto;
}

.content {
  position: fixed;
  bottom: 0;
  /* background: rgba(238, 61, 150, 0.25); */
  background: rgba(244,225,234,0.25);
  color: #fff;
  width: 100%;
  padding: 20px;
  
  text-align: center;
}

.short_size {
width: 600px;
margin: 0px auto;
}

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
}


/* effect button */


#myBtn {
margin-top: 35px;
margin-bottom: 35px;
  width: 200px;
  font-size: 24px;
  border-radius: 18px;
  padding: 10px;
  border: 1px solid #fff;
  
  background: rgba(255,255,255,0.00);
  /* background-image: linear-gradient(to right top, #000000, #220c13, #3b0f1f, #560c2b, #730138); */
  color: #fff;
  cursor: pointer;
  
  transition-duration: 0.4s;
}

#myBtn:hover {
  
  background: rgba(238, 61, 150, 1);
  border: 1px solid #000;
  color: #000;
} 




