@font-face {
    font-family: dotayu18;
    src: url("../assets/JF-Dot-Ayu18.ttf");
}

body {
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: rgb(245, 242, 218);
    padding-top: 1rem;
    font-family: Helvetica;
}

.pcad {
    display: none;
}

@media screen and (min-width: 480px) {
    .pcad {
        display: block!important;
    }
    .mad {
        display: none;
    }
}

.description {
    font-size: 1rem;
}

.item:first-child {
    margin-top: .1rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.item:last-child {
    margin-bottom: .1rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}
.item {
    /* border-radius: 1rem; */
    padding: 0.5rem;
    padding-left: 1rem;
    background-color: white;
    width: 80vw;
    display: flex;
    flex-direction: column;
}

.item a {
    font-size: 1rem;
    color: black;
}

.link {
    font-size: 1.5rem;
}

.pad {
    padding: 1rem;
}
