body {
    background-color: #e6d7b8;
    user-select: none;
    margin: 0;
}

#intro {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100%;
}

.titini {
  text-align: center;
  margin: 0;
  margin-bottom: 50px;
  padding: 0;
  transition: all 0.6s ease;
  font-family: "Modak", system-ui;
  text-align: center;
  font-weight: 1;
  font-style: normal;
  font-size: 100px;
  color:#d2a391;
  text-shadow: -5px 5px 0px #a04f62,
    -7px 7px 0px #a04f62,
    -9px 9px 0px #4c264b,
    -11px 11px 0px #4c264b,
    -13px 13px 0px #0e0036,
    -15px 15px 0px #0e0036,
    -20px 20px 0px #857b68,
    -22px 22px 0px #857b68,
    -25px 25px 0px #857b68;
}
.titini:hover{
  scale: 1.1;
    text-shadow:1px 4px 0px #857b68,
    4px 8px 0px #857b68;
    color: #e6d7b8;
}
.navbar {
  position: absolute;
  top: 0px;
  left: 0px;
}

#txtnav {
  color:#d2a391;
  margin-left: 10px;
  transition: all 0.6s ease;
  font-family: "Spline Sans", sans-serif;
  font-size: 30px;
  font-style:normal;
}
#txtnav:hover  {
  text-shadow: -2px 2px 0px #9b8f79;
}

#btnintro {
  align-items: center;
  flex-direction: column;
  display: flex;
}

.btnini {
  transition: all 0.4s ease;
  color: #a04f62;
  width: 150px;
  margin-bottom: 20px;
  background-color: #d2a391;
  border-radius: 8px;
  border:none;
  font-size: 30px;
  box-shadow: -3px 3px 0px #4c264b,
  -7px 7px 0px #857b68;
}

.btnini:hover{
  color: #857b68;
  background-color: transparent;
  box-shadow: 0px 5px 0px #857b68;
  scale: 1.1;
}

#btnmim {
  width: 200px;
}