ul li {
  margin-left: -18px;
  margin-bottom: -18px;
}

@media screen and (max-width: 575px) {
  .RowLayout {
    margin-top: 5px;
    padding: 5px;
    text-align: center;
  }
}

@media screen and (max-width: 991px) and (min-width: 576px) {
  .RowLayout {
    margin-top: 5px;
    padding: 5px;
    text-align: center;
  }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .RowLayout {
    margin-top: 5px;
    padding: 5px;
    text-align: center;
  }
}

@media screen and (max-width: 2000px) and (min-width: 1200px) {
  .RowLayout {
    margin-top: 5px;
    padding: 5px;
    text-align: center;
  }
}

@media screen and (max-width: 575px) {
  .TitleFormat {
    font-size: 32px;
    padding: 0px;
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    background-color: aqua;
    border-radius: 10px;
    font-style: italic;
  }
}

@media screen and (max-width: 991px) and (min-width: 576px) {
  .TitleFormat {
    font-size: 35px;
    padding: 0px;
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    background-color: aqua;
    border-radius: 10px;
    font-style: italic;
  }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .TitleFormat {
    font-size: 38px;
    padding: 0px;
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    background-color: aqua;
    border-radius: 10px;
    font-style: italic;
  }
}

@media screen and (max-width: 2000px) and (min-width: 1200px) {
  .TitleFormat {
    font-size: 41px;
    padding: 0px;
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    background-color: aqua;
    border-radius: 10px;
    font-style: italic;
  }
}

@media screen and (max-width: 575px) {
  .SkillLinkItem {
    font-family: "Times New Roman", Times, serif;
    font-size: 18px;
    margin: 13px -5px 0px -5px;
    border-radius: 5px;
    padding: 6px 15px;
    border: 1px solid gray;
    box-shadow: 2px 2px 2px gray;
    background-color: white;
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 28px;
  }
}

@media screen and (max-width: 991px) and (min-width: 576px) {
  .SkillLinkItem {
    font-family: "Times New Roman", Times, serif;
    font-size: 19px;
    margin: 13px -5px 0px -5px;
    border-radius: 5px;
    padding: 6px 15px;
    border: 1px solid gray;
    box-shadow: 2px 2px 2px gray;
    background-color: white;
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 30px;
  }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .SkillLinkItem {
    font-family: "Times New Roman", Times, serif;
    font-size: 20px;
    margin: 13px -5px 0px -5px;
    border-radius: 5px;
    padding: 6px 15px;
    border: 1px solid gray;
    box-shadow: 2px 2px 2px gray;
    background-color: white;
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 32px;
  }
}

@media screen and (max-width: 2000px) and (min-width: 1200px) {
  .SkillLinkItem {
    font-family: "Times New Roman", Times, serif;
    font-size: 21px;
    margin: 13px -5px 0px -5px;
    border-radius: 5px;
    padding: 6px 15px;
    border: 1px solid gray;
    box-shadow: 2px 2px 2px gray;
    background-color: white;
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 34px;
  }
}
