* {
  border: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1 {
  color: #f00;
}

main a {
  height: 64px;
}

main {
  display: flex;
  justify-content: center;
  align-items: center;
}

main iframe {
  margin-top: 16px;
}

.contacts {
  margin: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}

.contacts p {
  text-align: center;
}

.contact-links {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}

.contact-links i {
  color: #222;
  scale: 3;
}