.title{
  font-family: 'Varela Round', 'M PLUS Rounded 1c', sans-serif;
}

[v-cloak] {
  display: none;
}

header{
  background-color: white;
}
.container{
  background-color: rgba(255, 255, 255, 0.82);
  padding: 0.7rem 1.4rem;
}

.cd-fixed-bg::before {
  content:"";
  display:block;
  position:fixed;
  /* top:0; */
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url('../image/back.JPG');
}