html {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;

  font-family: acumin-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;

}

body {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;

}

.container-img {
  position: fixed;

  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #694B33;
}

.start-background {
  width: 100%;
  height: auto;
}

.container-btn {
  position: fixed;
  bottom: 50px;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.start-button {
  width: 300px;
  transition: .3s ease-in-out;
}

.start-button:hover {
  cursor: pointer;
  background-color: rgba(98, 158, 170, 0.2);
  transition: .3s ease-in-out;
}
