* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  height: 100vh;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.fas, .far {
  font-size: 50px;
  margin-right: 70px;
  margin-bottom: 100px;
}

.container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
