* {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out
}

html, body {
  margin: 0;
  padding: 0;
}

body {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu;
  font-size: 16px;
  font-smoothing: antialiased;
  fill: #464646;
  color: #464646;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  text-align: center;
}

.container__thingy {
  width: 80px; height: 80px;
  margin-bottom: 20px;
  transform: rotate(-45deg);
}

.container__contact {
  display: block;
  font-size: 1rem;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none
}

.container__contact:hover {
  color: #000
}
