.touhou {
    width: 80em;
    margin: auto;
}

.touhou article {
    position: relative;
    width: 80em;
    height: 19.9em;
    filter: drop-shadow(0.5em 0.5em 0.3em palevioletred);
}

.touhou .title {
    position: absolute;
    top: 4em;
    left: 32em;
}

.touhou .title h2 {
    font-size: 2em;
    margin: 0;
}

.touhou .icon {
    position: absolute;
    display: flex;
    top: 0;
    width: 19.9em;
    height: 19.9em;
}

.touhou .icon img{
    width: 15em;
    margin: auto;
}

.touhou #cirnosensei .icon {
    right: 1.3em;
}

.touhou #touhouconnect .icon {
    left: 0;
}

.touhou p {
    position: absolute;
    text-align: justify;
    width: 25em;
    font-size: 1.2em;
    height: 3em;
    display: inline-block;
    left: 20em;
    top: 6.2em;
}

.touhou .btn_see {
    position: absolute;
    border-radius: 0.25em;
    border: 0.05em solid #ff0064;
    color: #ff0064;
    font-size: 1.4em;
    padding: 0.4em 1.2em;
    left: 25em;
    bottom: 2em;
}

.touhou #cirnosensei {
    background: url(/thumbnails/lily_2.jpg) no-repeat;
    background-size: 80em;
    margin-bottom: 5em;
}

.touhou #touhouconnect {
    background: url(/thumbnails/hibiki_1.jpg) no-repeat;
    background-size: 80em;
}

.touhou #touhouconnect p {
    text-align: center;
}

.touhou #touhouconnect .btn_see {
    bottom: 2.5em;
}