@media screen and (max-width: 1000px) {
  #site-name {
    display: none;
  }

  #cv-left {
    width: 100%;
  }

  #cv-page {
    margin: 80px 0;
  }

  #cv {
    min-width: auto;
    height: auto;
    width: 90%;
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  #cv-right {
    min-height: 200px;
    width: 80%;
    margin-top: 10px;
    margin-bottom: 15px;
    margin-left: 2.5%;
    border-radius: 6px;
  }
}

@media screen and (max-width: 405px) {
  .skill-presence {
    width: 6%;
  }

  .skill-name {
    font-size: 12px;
    width: 73px;
  }
}

@media screen and (max-width: 1325px) {
  #name {
    font-size: 20px;
  }

  #job {
    font-size: 14px;
  }

  #cv {
    margin-top: 80px;
  }
}
