*, *:hover, *:active {
    padding:0;
    margin: 0;
    color: black;
    text-decoration: none;
    
    font-size: 18px;
    line-height: 24px;
    font-family: "Sunflower";
    font-weight: 400;
}
body{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#about, #works, .work-detail, #memory {
    max-width: 358px;
    padding:16px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
}


.button {
    display: block;
    text-align: center;
}
.text {
    text-align: left;
}


#home {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100vh !important;
}
.home-block {
    height: calc(100vh/3);
    border-bottom: 1px solid black;
}
.home-block:last-child {
    border-bottom: 0;
}
.home-block > a {
    height: -webkit-fill-available;
    padding: 16px;
}


.work-thumb,
.work-thumb>img,
.work-img,
img {
    max-width: -webkit-fill-available;
    width: 100%;
    height: auto;
    object-fit: contain;
    transform-origin: center center;
}

#memory>img {
    padding: 16px;
    filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.2));
}
#memory {
    overflow: hidden;
}