@import url('https://fonts.googleapis.com/css?family=Bellota:700&display=swap');
* {
  margin: 0;
  padding: 0;
  scroll-behavior: none;
  overflow-x: hidden;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
a{
  display: inline-block;
}
.title_C{
  font-size: 5vw;
  height: 0;
  width: 0;
  z-index: 10;
  left: 50vw;
  top: 50vh;
  position: absolute;
  text-align: center;
  color:white;
  overflow: visible;
  font-family: 'Bellota', cursive;
  /* border: 1px solid red; */
}
.title_C2{
  /* border: 1px solid red; */
  position: relative;
  width: max-content;
  height: max-content;
  top: 0;
  left: 0;
  z-index: 11;
  overflow: auto;
  transform: translate(-50%,-50%);
  overflow: visible;
  font-family: 'Bellota', cursive;
  
}

.campulse {
  margin: auto;
  /* border: 1px solid red; */
  width: 10vw;
}

.campulse-text {
  font-size: 17px;
}
@media screen and (max-width: 700px)
{
    .title_C{
      font-size: 5vh;
    }
}








.s1{
  overflow-y: hidden;
}






section {
  height: 100vh;
}


/*# sourceMappingURL=style.css.map */