





* {
    box-sizing: border-box;
}



body {
    background-color: #111;
    font-family: sans-serif;
    max-width: 600px;
    margin: 0 auto;
    padding: 10px;

    /* background-image: url('./bg.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed; */


    font-family: "DotGothic16", sans-serif;
    font-weight: 400;
    font-style: normal;


}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: url("./bg.webp") center / cover no-repeat;
  z-index: -1;
}




.header{
    margin-top: 35vh;
    text-align: center;
}


h1 {
    /* position: fixed;
    top: 0;
    left: 0;
    width: 30%;
    margin: 0;
    z-index: 100; */

    display: inline-block;

    /* font-size: 48px; */
    font-size: 55px;
    /* padding: 5px; */

    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;

    /* text-align: right; */

    color: #222;
    background-color: #fafafa;

    /* opacity: 0.7; */

    /* margin-top: 100px; */

    margin: 0px;

    font-weight: 400;

    margin-top: 0px;
    margin-bottom: 5px;

    line-height: 1.2;

    padding-bottom: 25px;

}
.about {
    display: inline-block;

    /* margin-top: 200px; */
    /* padding: 10px; */
    background-color: #fafafa;
    color: #222;
    /* opacity: 0.7; */
    font-size: 20px;

    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;

}
.emoji{
    font-size: 100px;
    line-height: 1.0;
}
.photo-list { 
    /* margin-top: 580px;  */
    /* margin-top: 70vh;  */
    /* margin-top: 25vh; */
    margin-top: 20vh;
    /* margin-top: 100px; */
}
.photo-list img {
    display: block;
    width: 100%;
    margin: 100px 0;
    border-radius: 2px;
    /* box-shadow: 0 2px 8px rgba(0,0,0,0.1); */

    /* box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px; */

    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;

    border: 10px solid #fafafa;

}

.footer {
    text-align: center;
    margin-bottom: 100px;
    background-color: #fafafa;
    color: #222;

    padding-top: 40px;
    padding-bottom: 30px;

    font-size: 18px;

}

.footer .comment{
    font-size: 30px;

    margin-bottom: 20px;

}

