html {
  scroll-behavior: smooth;
}
.is-180x180 {
  height: 180px;
  width: 180px;
}
.skill-list > li {
  margin: 30px 0 0 0;
}
.has-bg-image {
  background-image: url("../images/cover.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}
.bulma-image {
  width: 200px;
}
.interests {
  display: flex;
  justify-content: center;
}
.summary-text {
  margin-left: auto;
  margin-right: auto;
  max-width: 36em;
}
.skill-percentage {
  float: right;
}

.my-3 {
  padding-top: 2em;
  margin: 1em;
}

/* @media only screen and (max-width: 600px) {
    .my-3 {
        margin: 1em 0;
    }
} */

.mt-0 {
  margin-top: 0;
}
.pointer {
  cursor: pointer;
}

.margin-auto {
  margin: auto;
}

.language-color {
  width: 10px;
  height: 10px;
  background-color: blue;
  margin-right: 0.25rem;
  border-radius: 100%;
}

.repo-cards-div-main {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 1rem 1rem;
}

@media (max-width: 768px) {
  .repo-cards-div-main {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
