<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    margin: 0;
    padding: 0;
}

.headerbox {
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: url(moyo1.jpg);
    background-size: cover;
    background-position: center;
    z-index: -10;
    background-attachment: fixed;
    animation-name: fadeIn;
    animation-duration: 2s;
    animation-fill-mode: both;
}
.headerbox h1 {
    display: block;
    text-align: center;
    font-size: 70px;
    padding-top: 50px;
    text-shadow:0 0 20px rgb(250, 250, 204);
    font-family: 'Lobster Two', cursive;
    font-weight: bold;
    animation-name: fadeInDown;
    animation-duration: 3s;
}
.imagewrap {
    width: 526px;
    height: 400px;
    text-align: center;
    position: absolute;
    left: calc((100vw - 526px)/2.0);
    top: calc((100vh - 400px)/2.0);
    border: 10px solid white;
    /* background-color: hsla(0, 0%, 100%, 0.8); */
    margin-top: 50px;
}
.container {
    position: relative;
}
.image {
    position: absolute;
    width: 100%;
    opacity: 0;
    animation: change-img-anim 15s infinite;
    right: 0px;
}
.image:nth-of-type(1) {
    animation: change-img-anim-first 15s infinite;
    animation-delay: 0s;
  }
  .image:nth-of-type(2) {
    animation-delay: 5s;
  }
  .image:nth-of-type(3) {
    animation-delay: 10s;
  }
  @keyframes change-img-anim-first {
    0%{ opacity: 1;}
    30%{ opacity: 1;}
    36%{ opacity: 1;}
    45%{ opacity: 0;}
    100%{ opacity: 0;}
  }
  @keyframes change-img-anim {
    0%{ opacity: 0;}
    30%{ opacity: 1;}
    36%{ opacity: 1;}
    45%{ opacity: 0;}
    100%{ opacity: 0;}
  }
.navbar {
    position: fixed;
    top: 0px;
    z-index: 1000;
    transition-duration: 1s;
}
.navbar ul {
    list-style: none;
}
.navbar ul li {
    width: 150px;
    padding: 5px;
    display: block;
    background-color: black;
    margin: 0px 1px;
    text-align: center;
    border-radius: 40%;
}
.navbar ul li a {
    text-decoration: none;
    color: aliceblue;
    cursor: pointer;
    font-family: cursive;
}
#tab {
    width: 40px;
    padding: auto 0px;
    display: block;
    background-color: black;
    margin: 0px;
    text-align: center;
    cursor: pointer;
    font-size: 25px;
}
.sectionbox {
    position: relative;
    width: 100%;
    height: 100vh;
}
#profile .sectionbox {
    background-color: aquamarine;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
#profile h1 {
    text-align: center;
    font-size: 50px;
    padding-top: 40px;
    padding-bottom: 20px;
    text-shadow:0 0 10px rgb(250, 250, 204);
    font-family: 'Lobster Two', cursive;
}
#profile .box {
    display: flex;
    margin-left: 100px;
    margin-top: 80px;
}
/* #profile .imagebox {
    text-align: center;
} */
#profile .imagebox img {
    width: 380px;
    height: 440px;
    border-radius: 20%;
    margin: 10px;
    margin-left: 100px;
}
#profile .sectionbox p {
    text-align: center;
    font-size: 20px;
    padding: 10px;
    margin-top: 100px;
    margin-left: 50px;
    font-family: 'Kaisei Decol', serif;
}
#worksmenu .sectionbox {
    background-image: url(moyo2.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    background-attachment: fixed;
}
#worksmenu .box {
    position: absolute;
    top: calc((100vh - 400px)/2.0);
    left: calc((100vw - 1100px)/2.0);
    width: 1100px;
    height: 400px;
    background-color: hsla(0, 0%, 100%, 0.7);
    margin-top: 50px;
}
#worksmenu .thumbmenu {
    display: flex;
    justify-content: center;
    align-items: center;
}
#worksmenu .thumbmenu img{
    padding: 10px;
    margin-top: 30px;
}
.thumbbox {
    cursor: pointer;
}
.thumbbox:hover {
    scale: 1.1;
    transition-duration: 1s;
}
.photoframe {
    position: fixed;
    top: 0px;
    left: -100vw;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 2000;
}
#photoframe .imagebox {
    display: flex;
}
.works1 {
    position: absolute;
    top: calc((100vh - 480px)/2.0);
    /* left: calc((100vw - 333px)/2.0); */
    width: 401px;
    height: 480px;
    margin-left: 280px;
}
.works2 {
    position: absolute;
    top: calc((100vh - 480px)/2.0);
    /* left: calc((100vw - 342px)/2.0); */
    width: 382px;
    height: 480px;
    margin-left: 300px;
}
.works3 {
    position: absolute;
    top: calc((100vh - 480px)/2.0);
    /* left: calc((100vw - 565px)/2.0); */
    width: 630px;
    height: 480px;
    margin-left: 280px;
}
.works4 {
    position: absolute;
    top: calc((100vh - 799px)/2.0);
    /* left: calc((100vw - 246px)/2.0); */
    width: 457px;
    height: 799px;
    margin-left: 300px;
}
#works1,#works2,#works3,#works4 {
    opacity: 0;
}
#works1 img {
    display: flex;
}
#photoframe .hako {
    display: block;
}
#photoframe h2 {
    color: white;
    font-family: 'Kaisei Decol', serif;
    width: 100px;
    height: 200px;
    margin: 40px;
    font-size: 20px;
    /* display: inline-block; */
}
#photoframe p {
    color: white;
    font-family: 'Kaisei Decol', serif;
    z-index: 1;
    margin: 25px;
    margin-top: 150px;
    /* display: inline-block; */
}
.close {
    position: absolute;
    right: 90px;
    bottom: 60px;
    color: white;
    cursor: pointer;
}
#worksmenu h1 {
    text-align: center;
    font-size: 50px;
    padding-top: 40px;
    padding-bottom: 10px;
    text-shadow:0 0 10px rgb(250, 250, 204);
    font-family: 'Lobster Two', cursive;
}
#worksmenu .bun{
    text-align: center;
    font-size: 20px;
    font-family: 'Kaisei Decol', serif;
}
#topicsmenu .sectionbox {
    position: relative;
    background-image: url(moyo3.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
#topicsmenu .box {
    position: absolute;
    top: calc((100vh - 400px)/2.0);
    left: calc((100vw - 500px)/2.0);
    width: 500px;
    height: 400px;
    background-color: hsla(0, 0%, 100%, 0.7);
}
#topicsmenu h1 {
    text-align: center;
    font-size: 50px;
    padding: 40px;
    text-shadow:0 0 10px rgb(250, 250, 204);
    font-family: 'Lobster Two', cursive;
}
#topicsmenu p {
    font-size: 18px;
    padding: 20px;
    font-family: 'Kaisei Decol', serif;
}
.footer {
    font-size: 30px;
    text-align: center;
    padding: 10px;
    font-family: 'Lobster Two', cursive;
}
.activate {
    animation-name: lightSpeedInLeft;
    animation-duration: 1s;
}
.activate2 {
    animation-name: rotateIn;
    animation-duration: 1s;
}
.activate3 {
    animation-name: fadeIn;
    animation-duration: 1s;
}
</pre></body></html>