@font-face {
  font-family: "Cozette";
  src: url("https://storage.monasm.com/fonts/CozetteVector.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #1f2126;
  color: #b3bdca;
  font-family: "Cozette", monospace;
  font-size: calc(1em * 0.95);
}
@media (min-width: 48em) {
  body {
    font-size: 1em;
  }
}
body {
  margin: 0;
  min-height: 100vh;
  padding: 1rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 48em) {
  body {
    padding: 4rem 4rem 1rem 4rem;
  }
}

main {
  flex: 1;
}

footer {
  margin-top: 0.5rem;
}
footer p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
footer a {
  text-decoration: none;
  color: inherit;
}
footer a:hover {
  text-decoration: underline;
}

.header1, .header2, .header3 {
  font-family: "Cozette", monospace;
  font-weight: normal;
}

.header1 {
  font-size: calc(35px * 0.85);
}
@media (min-width: 48em) {
  .header1 {
    font-size: 35px;
  }
}
.header1 {
  color: #aaaef1;
}

.header2 {
  font-size: calc(22px * 0.85);
}
@media (min-width: 48em) {
  .header2 {
    font-size: 22px;
  }
}
.header2 {
  color: #aaaef1;
}

.header3 {
  font-size: calc(18px * 0.9);
}
@media (min-width: 48em) {
  .header3 {
    font-size: 18px;
  }
}
.header3 {
  color: #aaaef1;
}

.text-contrast {
  color: #fcb092 !important;
}

a {
  color: #aaaef1;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: #fcb092;
}

.title-style {
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
  margin-bottom: 0.2rem;
}

.text-box {
  background-color: rgb(23.25, 24.75, 28.5);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
  gap: 0.5rem;
}
.text-box .rice-img {
  display: block;
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin: 1rem auto;
}

.content {
  text-indent: 2em;
  line-height: 1.3em;
}

.subtitle-style {
  margin-bottom: 1rem;
}

.really-button {
  font-family: "Cozette", monospace;
  color: #aaaef1;
  font-size: calc(1em * 0.95);
}
@media (min-width: 48em) {
  .really-button {
    font-size: 1em;
  }
}
.really-button {
  cursor: pointer;
  padding: 0 0.125em;
  border: none;
  background: none;
  background-color: transparent;
  -webkit-appearance: none;
  appearance: none;
  user-select: none;
}
.really-button:hover {
  color: #fcb092;
}

.reallys {
  display: none;
  color: rgb(149.4, 157.8, 169.2);
}

.top-line {
  margin-top: 0.8em;
}

.skills-container {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
  width: 100%;
  grid-template-columns: 1fr;
}
@media (min-width: 35em) {
  .skills-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 50em) {
  .skills-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 65em) {
  .skills-container {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 65em) {
  .skills-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
.skill-card {
  background-color: rgb(60.7195652174, 64.6369565217, 74.4304347826);
  color: white;
  padding: 0.8rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 5em;
  height: auto;
}
.skill-card img.logo-resize {
  height: 2.8125em;
}
.skill-card .skill-logo {
  width: 2.5em;
  height: 2.5em;
  image-rendering: pixelated;
  flex-shrink: 0;
}
.skill-card p.skill-logo {
  font-size: calc(0.97em * 0.95);
}
@media (min-width: 48em) {
  .skill-card p.skill-logo {
    font-size: 0.97em;
  }
}
.skill-card p.skill-logo {
  font-weight: bold;
}
.skill-card .shell {
  filter: invert(100%);
}
.skill-card .skill-info {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.skill-card .skill-info .skill-name {
  color: #aaaef1;
  font-size: calc(1.1em * 0.95);
}
@media (min-width: 48em) {
  .skill-card .skill-info .skill-name {
    font-size: 1.1em;
  }
}
.skill-card .skill-info .skill-name {
  text-transform: uppercase;
}
.skill-card .skill-info .skill-desc {
  font-size: calc(0.85em * 0.95);
}
@media (min-width: 48em) {
  .skill-card .skill-info .skill-desc {
    font-size: 0.85em;
  }
}
.skill-card .skill-info .skill-desc {
  line-height: 1.2;
}

.button-click {
  opacity: 1;
}

.button-noclick {
  opacity: 0.5;
}

/* --- blog --- */
.blog-preview {
  background-color: rgb(23.25, 24.75, 28.5);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
  gap: 0.5rem;
  min-height: 10em;
  position: relative;
}
.blog-preview:hover {
  cursor: pointer;
}
.blog-preview .main-link {
  text-decoration: none;
}
.blog-preview .main-link::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.blog-preview .main-link:hover {
  color: #aaaef1;
}
.blog-preview .blog-title {
  font-size: calc(28px * 0.85);
}
@media (min-width: 48em) {
  .blog-preview .blog-title {
    font-size: 28px;
  }
}
.blog-preview .blog-title {
  color: #aaaef1;
}
.blog-preview .blog-detail {
  font-size: calc(20px * 0.85);
}
@media (min-width: 48em) {
  .blog-preview .blog-detail {
    font-size: 20px;
  }
}
.blog-preview .blog-detail {
  color: #fcb092;
}
.blog-preview .blog-tags {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.blog-preview .blog-line {
  opacity: 0.25;
}
.blog-preview .tags {
  color: #00ffcc;
  background-color: rgb(42.887826087, 45.6547826087, 52.572173913);
  padding: 4px 10px 4px 10px;
  text-decoration: none;
  font-size: calc(0.9rem * 0.95);
}
@media (min-width: 48em) {
  .blog-preview .tags {
    font-size: 0.9rem;
  }
}
.blog-preview .tags:hover {
  text-decoration: underline;
}
.blog-preview .blog-abstract {
  margin-top: 0.416vw;
}

.license-preview {
  background-color: rgb(23.25, 24.75, 28.5);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
  gap: 0.5rem;
  position: relative;
}
.license-preview:hover {
  cursor: pointer;
}
.license-preview .main-link {
  text-decoration: none;
  color: #92b6b1;
}
.license-preview .main-link::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.license-preview .main-link:hover {
  color: #aaaef1;
}
.license-preview .license-title {
  font-size: calc(22px * 0.85);
}
@media (min-width: 48em) {
  .license-preview .license-title {
    font-size: 22px;
  }
}
.license-preview .license-text {
  white-space: pre-line;
  margin-top: 0.416vw;
  overflow-wrap: break-word;
}
.license-preview ul {
  color: #fcb092;
  list-style: none;
  padding-left: 0;
  margin: 0.4em 0;
  white-space: normal;
  overflow-wrap: break-word;
}
.license-preview .license-text a {
  position: relative;
  z-index: 2;
  color: #fcb092;
  text-decoration: underline;
}
.license-preview .license-text a:hover {
  color: #aaaef1;
}

.blog {
  background-color: rgb(23.25, 24.75, 28.5);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
  gap: 0.5rem;
  min-height: 10em;
  position: relative;
}
.blog .blog-title {
  font-size: calc(28px * 0.85);
}
@media (min-width: 48em) {
  .blog .blog-title {
    font-size: 28px;
  }
}
.blog .blog-title {
  color: #aaaef1;
}
.blog .blog-detail {
  font-size: calc(20px * 0.85);
}
@media (min-width: 48em) {
  .blog .blog-detail {
    font-size: 20px;
  }
}
.blog .blog-detail {
  color: #fcb092;
}
.blog .blog-tags {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.blog .tags {
  color: #00ffcc;
  background-color: rgb(42.887826087, 45.6547826087, 52.572173913);
  padding: 4px 10px 4px 10px;
  text-decoration: none;
  font-size: calc(0.9rem * 0.95);
}
@media (min-width: 48em) {
  .blog .tags {
    font-size: 0.9rem;
  }
}
.blog .blog-line {
  opacity: 0.25;
}
.blog .blog-content p {
  margin-top: 0.416vw;
  text-indent: 2em;
  line-height: 1.3em;
}
.blog .blog-content ul {
  color: #fcb092;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
}
.blog .blog-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1em auto;
}

.page-selector {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0.3em 0;
  box-sizing: border-box;
}
.page-selector > * {
  flex: 1;
  font-size: calc(17px * 0.9);
}
@media (min-width: 48em) {
  .page-selector > * {
    font-size: 17px;
  }
}
.page-selector > * {
  color: #b3bdca;
  margin: 0;
}
.page-selector > *:nth-child(1) {
  text-align: left;
}
.page-selector > *:nth-child(2) {
  text-align: center;
}
.page-selector > *:nth-child(3) {
  text-align: right;
}

/*# sourceMappingURL=style.css.map */
