html, body {
    background-color: #2c2c2c;
    color: aliceblue;
    font-family: Arial, Helvetica, sans-serif;
    overflow-x: hidden;
    position: relative;
    scroll-behavior: smooth;
}
h1, h2, h3 {
    font-weight: bold;
    pointer-events: none;
}
code {
    background-color:#343434;
    color: #d3e739;
    padding: 2px;
}
image-display {
    width: 30em !important;
}
figure {
    border: 1px #cccccc solid;
    padding: 4px;
    margin: auto;
    width: fit-content;
} 
  figcaption {
    background-color: dimgray;
    color: white;
    font-style: italic;
    padding: 2px;
    text-align: center;
}
.block-input, h4, img {
    pointer-events: none;
}
.shiro0 {
    position: absolute;
    z-index: 0;
    opacity: 30%;
    width: 37em;
    top: 20rem;
    left: -10em;
    transition: 0.5s;
}
.shiro1 {
    position: absolute;
    z-index: 0;
    opacity: 30%;
    width: 37em;
    bottom: 0rem;
    right: -10em;
    transition: 0.5s;
}
.anya0 {
    position: fixed;
    opacity: 10%;
    width: 45em;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
a {
    text-decoration: none;
    color: #ff9ac5;
}
a:hover{
    color:deeppink
}
.not-found-page {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    flex-direction: column;
}
@media (max-width: 991px) {
    .info-akhir {
        text-align: center;
    }
  }
  @media (max-width: 1390px) {
    .shiro0 {
        opacity: 5%;
        transition: 0.5s;
    }
  }
  @media (max-height: 705px), (max-width: 415px) {
    .shiro1 {
        opacity: 5%;
        transition: 0.5s;
    }
  }