@import url("https://fonts.googleapis.com/css2?family=Kanit:wght@500&display=swap");

html {
  font-family: "Kanit", sans-serif;
}

.glassmorphism {
  background-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
}

.skill {
  width: 240px;
  height: 240px;
  margin: auto;
}

.outer {
  height: 240px;
  width: 240px;
  border-radius: 50%;
  padding: 20px;
}

.inner {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 4px 4px 6px -1px rgba(0, 0, 0, 0.2),
    inset -4px -4px 6px -1px rgba(255, 255, 255, 0.7),
    -0.5px -0.5px 0px rgba(255, 255, 255, 1),
    0.5px 0.5px 0px rgba(0, 0, 0, 0.15), 0px 12px 10px -10px rgba(0, 0, 0, 0.05);
}
