.red-color{
  background-color: #b34a4a;
}

.canvas {

  background-image: url('./assets/head/film.jpg');
  background-attachment: fixed;
  height: 200px;

}

.divider {

  height: 5px;

}

.text {

  font-size: -webkit-xxx-large;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
  position: relative;
  top: 25px;

}

/* ::-webkit-scrollbar {
width: 10px;
}

::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgb(0, 0, 0);
border-radius: px;
}

::-webkit-scrollbar-thumb {
border-radius: 10px;
background-color: #b34a4a;
}

::-webkit-scrollbar-track-piece {
background-color: rgba(109, 92, 92, 0.77)
} */

p, h1, h2, h3, h4, h4, a, li, label, button {

  font-family: 'Play', sans-serif;

}

#honey {

  display: none;

}
