.resume-section {
  padding: 9.6rem 8rem;
  padding-bottom: 2.4rem;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4.8rem;
}

.resume-img {
  height: 100%;
  width: 100%;
}

.cv-button {
  font-size: 2.4rem;
  font-weight: 500;
  background-color: red;
  padding: 0.8rem 6.4rem;
  border-radius: 5px;
  text-decoration: none;
}
