matching.css
body{
font-family: Quicksand, 游ゴシック体, YuGothic, 'ヒラギノ角ゴシック Pro',メイリオ, Meiryo,'MS Pゴシック', sans-serif;
width: 70%;
position: relative;
left: 15%;
}
#pink{
color: pink;
}
.margin{
margin: 8px;
}
.top{
vertical-align: top;
}
.center{
text-align: center;
}
.left{
text-align: left;
}
.contribution{
margin: 10px;
}
#male{
color: blue;
}
#female{
color: red;
}
#other{
color: green;
}