* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 62.5%;
  color: #363F3A;
}

h1 {
  font-size: 6rem;
  font-family: "MuseoModerno", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  color: #16C164;
}

p {
  font-size: 1.6rem;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

p a {
  text-decoration: none;
  color: #363F3A;
  border-bottom: 3px solid #16C164;
  transition: all 0.3s ease-in-out;
}

p a:hover {
  color: #16C164;
}

.card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.card__phone-number {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}