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

.color.red::before {
  background-color: red;
}

main {
  background: linear-gradient(90deg, rgb(233, 227, 227), rgb(0, 0, 0));
}

h4 {
  font-size: 15px;
  letter-spacing: 2.25px;
  text-transform: uppercase;
  color: black;
  font-style: italic;
  font-weight: bold;
  /* margin: 0 0 1em 0; */
}

.avatar {
  border: 10px solid rgb(0, 0, 0);
  border-radius: 5px;
  width: 225px;
  height: 525px;
  object-fit: cover;
  object-position: center;
}

.avatar-wrapper {
  position: absolute;
  right: 0;
}

.zacemlink {
  color: black;
  text-decoration: none !important;
}

.zacemlink:hover {
  color: black;
}

.name {
  font-size: 75px;
  margin-top: -35px;
}

.job {
  font-size: 25px;
  margin-bottom: 25px;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}

.nowrap {
  text-transform: uppercase;
}

@media screen and (min-width: 300px) and (max-width: 800px) {
  .job {
    font-size: 25px;
    line-height: 2.5rem;
    font-weight: bolder;
  }

  .tag {
    text-transform: capitalize;
  }

  a {
    color: red;
    font-weight: bold;
  }

  .divider.fat {
    width: 100%;
  }

  .contacts {
    font-size: 20px;
    flex-wrap: wrap;
  }

  .contacts li a .icon {
    height: 1.5rem;
  }

  .page {
    background: rgb(13, 13, 105);
    color: white;
    text-shadow: #000 1px 1px 1px;
  }

  .avatar-wrapper {
    top: -100%;
    width: 100%;
    padding: 50px;
  }

  .contacts li a {
    color: white;
  }

}
