@import url('https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css');

html {
  background-color: #85cecd;
  box-sizing: border-box;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  scroll-behavior: smooth;
  text-rendering: optimizeLegibility;
  text-size-adjust: 100%;
}

body {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1em;
  font-weight: 400;
}

h1,
h2 {
  font-weight: 400;
  letter-spacing: 4px;
}

h1 {
  font-size: 1.5rem;
  margin-top: 2.5em;
}

h2 {
  font-size: 1.25rem;
  margin: 3em 0;
}

.container {
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 10%;
}

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

.main__title h2 {
  color: #7c7c7c;
}

.main__social {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 386px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.5rem;
    margin: 1em 0 3em;
  }
}
