body {
    margin:0;
    background-image: url();
    color:#000;
    font-family:'M PLUS 1p', YuGothic, sans-serif;
    font-size: 15px;
}
.box{
    height:25px;

    padding-left: 5px;
    margin:0;
    display:flex;
    justify-content: center;
}
.box1{
    text-align: center;
    height:25px;
    width: 165px;
    margin-right: 12px;
    border: 1px solid #0000002e;
    background: #88c4ef;
    border-radius: 10px;
}
a {
text-decoration: none;
color: #fff;

}
