@import url("https://fonts.googleapis.com/css?family=Bitter|Raleway");
body {
  overflow-x: hidden;
  font-family: "Raleway", sans-serif;
}

canvas {
  background: transparent;
  position: absolute;
  display: block;
  height: 100vh;
  width: 100%;
  z-index: 2;
}

.hero {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
      background-position: center center;
    background-size: cover;
    z-index: 1;
    background-image: url('../tr_img/tfortaxi-wayanad.jpg');
}
.hero .text {
  text-align: center;
  color: #fff;
}
.hero h1 {
  font-size: 48px;
  font-family: "Bitter", serif;
  margin-bottom: 10px;
}