body .top{display:flex;justify-content:space-between;align-items:center}body .top button{height:3em;padding-left:3em;padding-right:3em;border-radius:.5em;background:blue;color:#fff}body .information{display:flex;flex-direction:row;justify-content:space-around;flex-wrap:wrap}body .information .info-item{margin-left:4px;margin-bottom:4px;width:138px;text-align:center;color:#000}body .information .info-item p{margin-top:.5em;margin-bottom:.5em}