.novelWrap:nth-of-type(n+2) h3{
margin-top: 45px;
}
.peopleWrap li:nth-of-type(n+2){
margin-top: 10px;
}
.peopleWrap .ruby{
margin-bottom: -5px;
font-size: 1.2rem;
}
.peopleWrap .name{
margin-bottom: 5px;
padding: 0 5px;
background: #0B1334;
color: #fff;
font-size: 1.8rem;
}
.tweetWrap li{
padding: 8px 10px;
border: 4px solid #fca1c3;
border-radius: 10px;
font-size: 1.5rem;
}
.tweetWrap li:nth-of-type(n+2){
margin-top: 10px;
}
.tweetWrap li .date{
margin-top: 5px;
color: #ccc;
font-size: 1.4rem;
text-align: right;
}
@media screen and (min-width: 600px){
.tweetWrap{
display: flex;
flex-wrap: wrap;
}
.tweetWrap li{
width: 48%;;
}
.tweetWrap li:nth-of-type(n+2){
margin:  0;
}
.tweetWrap li:nth-of-type(n+3){
margin-top: 15px;
}
.tweetWrap li:nth-of-type(2n){
margin-left: 2%;
}
.tweetWrap li .date{
margin-top: 5px;
color: #ccc;
font-size: 1.4rem;
text-align: right;
}
}