@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

.home {
    text-align: center;
}

.contents {
    background-color: #ffee99;
    width: 25em;
    height: auto;
    text-align: center;
    margin: 0 auto;
}

.contents a {
    color: rgb(43, 43, 43);
    font-family: 'Noto Sans JP Black', sans-serif;
}

.contents a:hover {
    text-decoration: none;
    color: gray;
}

.komejirushi {
    font-size: 0.95rem;
    color: gray;
}