/* Global */
*, *::before, *::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  text-align: center;
  background: #fff;
  color: #3d3d3d;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  background-color: rgba(12, 132, 132, .7);
}

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

section {
  padding: 108px 0;
}

/*About*/
.avatar {
  height: 400px;
  width: auto;
}

.about-container {
  display: flex;
}

.photo-quote, .description {
  background-color: rgba(256,256,256, .8);
  padding: 30px 50px;
}

.shortcut {
  text-transform: uppercase;
}

.name {
  text-transform: uppercase;
  margin-bottom: 0;
}
