@font-face {
  font-family: ABCFavorit-Book;
  src: url("/assets/font/ABCFavorit-Book.otf") format("opentype");
  font-style: normal;
}

a:hover,
a {
  color: rgb(0,0,0);
}

body {
  margin: 0;
  background-color: rgb(195, 225, 240);
  white-space: nowrap;

  overflow: hidden;


}

.fellice-logotype {
  position: fixed;
  bottom: 0;
  left: 0;
}


.fellice-logotype img {
  width: 100vw;
  height: auto;
}


.container-circle {
  position: fixed;
  width: 40vw;
  right: 0vw;
  bottom: 20vw;

}

.container-circle img {
  width: 100%;
  height: 100%;
}

.menu {
  transform: rotate(-25deg);
  position: absolute;
  width: 35vw;
  right: -0.3vw;
  bottom: 38vh;
  top: 3.3vh;
  font-size: 4.3vw;
  line-height: 4.4vw;
  font-family: ABCFavorit-Book;

}

.desktop {
  display: block;
}

.phone {
  display: none;
}

/* mac 27 */
@media screen and (min-width: 1500px) and (min-height: 1000px) {}


/* mac book */
@media screen and (min-width: 700px) and (max-width: 1400px) {

  .menu {
    top: 2.7vw;
  }

  .container-circle {
    bottom: 20vw;
  }

}


/* iPhone */
@media screen and (max-width: 700px) {
  .desktop {
    display: none;
  }

  .phone {
    display: block;
  }

  .container-circle {
    position: ;
    width: 95vw;
    right: -1vw;
      left: 3vw;
    bottom: 19vw;
    top: 0.3vw;
    transform: rotate(-10deg);
  }

.fellice-logotype {
 
}

  .menu {
   
  position: relative;
  top: -53.5vw;
  left: 44.5vw;
  bottom: 59vh;

  font-size: 6.8vw;
  line-height: 7.5vw;
  font-family: ABCFavorit-Book;



/*
    position: ;
    width: 50vw;
    top: 50vh;
    right: 0vw;
    bottom: 150em;
    font-size: 7.5vw;
    line-height: 7.8vw;
  
*/
  }
}