@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100&display=swap');

.an-head {
  border: none;
}

.an-head .an-home-button {
  padding-left: 35px;
  padding-right: 35px;
  letter-spacing: 5px;
}

.an-head .an-home-button:hover {
  background-color: rgb(105, 105, 105);
  border-color: rgb(35, 105, 175);
  letter-spacing: 5px;
  padding-left: 35px;
  padding-right: 35px;
}

.an-head .an-home-button::after,
.an-head .an-home-button:hover:after {
  top: 35%;
}

.dragonfruit .main-header {
  font-family: 'Lato', sans-serif;
  font-weight: lighter;
  min-height: 305px;
  padding: 0;
}

.dragonfruit .main-header h1 {
  font-size: 2rem;
}

.dragonfruit section {
  font-size: 2ch;
}

.bank-info {
  color: rgb(35, 105, 175);
}

.dragonfruit section header {
  letter-spacing: 1ch;
}

.dragonfruit h1, .dragonfruit h2 {
  margin: 0 0 25px 0;
}

.dragonfruit article {
  margin: 0 0 35px 0;
}

.swift-code-box {
  background-color: rgb(35, 35, 35);
  color: white;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
  margin: 35px 15px 25px 15px;
  padding: 40px 35px 40px 35px;
  text-transform: uppercase;
}
