* {
  font-family: 'Bebas Neue', cursive;
  padding: 0;
  margin: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  color: #333;
  background-color: #f7f7f7;
  white-space: unset;
}

body {
  padding: 0 20px;
}

*:focus {
  outline: none;
}

::-moz-selection {
  background: #FFE607;
}

h1 {
  font-size: 40px;
}

p {
  font-size: 16px;
}

.app {
  width: auto;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content {
  width: 400px;
  display: flex;
  flex-direction: column;
}

.content-divider {
  background-color: #FFE607;
  height: 3px;
  width: 100%;
  margin: 16px 0 14px 0;
}

.contacts {
  display: flex;
  margin-left: -6px;
}

.icon-link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  padding: 0 6px;
  border-radius: 2px;
}