@import url("https://fonts.googleapis.com/css?family=Comfortaa");

* {
  box-sizing: border-box;
}

html {
  font-family: "Comfortaa", cursive;
  width: 100%;
  overflow-y: scroll;
}

a.btn.btn-small.teal.darken-4 {
  margin-top: 131px;
}
.caption.center {
  margin-top: 36px;
}
a.left {
  position: absolute;
  left: 29px;
}
input.white.autocomplete {
  padding: 15px !important;
  font-size: 20px !important;
  /* you have to write important so you can override the css of materilize */
  border: 4px solid teal;
  color: white;
}
.search-section input {
  color: white;
  width: 60% !important;
}

.section-follow .fa-4x {
  margin: 10px 15px;
}
.section {
  padding-top: 2rem;
}
.section-download {
  margin-top: 30px;
}

@media (max-width: 432px) {
  h4 {
    font-size: 1.9rem;
  }
}
