a:hover {
  transition: 0.2s;

  color: #23553e;
}

button:hover {
  transition: 0.2s;
  background-color: #f0e6ef41;
  border: 0.1rem solid #f0e6ef51;
}
.dark:hover {
  border: 0.1rem solid #10172c;
  background-color: #10172c11;
}

.tile:hover {
  transition: 0.2s;
  cursor: pointer;
  background-color: #f0e6efa4;
  box-shadow: 0 0 0 0.2rem #f0e6ef21 inset;
}

.submenu a:hover {
  background-color: #65b8911c;
}

#copyright img:hover {
  background-origin: var(--accent);
}

#contact-form-div input:focus {
  transition: 0.2s;
  background-color: #f0e6ef54;
  border: 0.1rem solid #f0e6ef31;
  outline: none;
}

#contact-form-div input:focus::placeholder {
  color: transparent;
}

#contact-form-div textarea:focus {
  transition: 0.2s;
  background-color: #f0e6ef54;
  border: 0.1rem solid #f0e6ef31;
  outline: none;
}

#contact-form-div textarea:focus::placeholder {
  color: transparent;
}

#contact-info-div div:hover {
  transition: 0.2s;
  background-color: #65b8911c;
}
