* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}

:root {
  --color-primary: rgb(9, 27, 87);
  --color-secondary: rgb(218, 170, 12);
  --color-tertiary: rgb(141, 219, 243);
  --color-gray: rgb(50, 50, 50);
}

.btn--primary {
  color: white;
  border: none;
  margin: 8px;
  padding: 10px 20px;
  font-size: 18px;
  cursor: pointer;
  background: var(--color-secondary);
}

.btn--secondary {
  color: black;
  border: none;
  margin: 8px;
  padding: 10px 20px;
  font-size: 18px;
  cursor: pointer;
  background: white;
}


.whatsapp {
  position: fixed;
  left: 10px;
  bottom: 5px;
}

.whatsapp img {
  height: 50px;
}

.phone {
  position: fixed;
  left: 10px;
  bottom: 80px;
}

.phone img {
  height: 50px;
}
