* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}

body {
    background: #fafafa;
    color: #333;
    font-family: 'Klee One', system-ui;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.25em;
    line-height: 1;
}

a {
    color: currentcolor;
}

.page-front {
    display: flex;
    flex-direction: column;
}

.page-front > div {
    width: 100%;
    height: 45vh;
}

.page-front-top {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.page-front-bg_img {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-front-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-title {
    padding: 0.5em;
    background: rgb(255 255 255 / 25%);
    font-weight: 300;
    writing-mode: vertical-rl;
}

.page-front-list {
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.page-front-item {
    display: flex;
    align-items: center;
    gap: 0.5em;
    position: relative;
    padding: 1em 1.5em;
    border: 1px solid;
}

.page-front-item > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.page-front-item::after {
    font-family: 'Material Symbols Outlined';
    content: '\e5df';
}
