* {
  outline: none;
  font-family: 'Abel', Helvetica, Arial, sans-serif;
}

body {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover, a:focus {
  opacity: 0.7;
  transition: opacity 0.3s;
}

.container {
  width: 90%;
  max-width: 480px;
  min-height: 100vh;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.logo {
  width: 100%;
  margin-bottom: 40px;
}

.email-link {
  font-size: 22px;
}

.social-links {
  display: flex;
  justify-content: space-around;
  margin-top: 50px;
  width: 120px;
}

.img-link {
  width: 50px;
}
