.boxMC{display:flex;flex-wrap:wrap;width:100%;overflow:hidden}.boxC{display:flex;flex-wrap:wrap;width:47%;overflow:hidden;padding:1%}.box{width:200px;height:200px;background:#63b6e3;border:5px solid #63b6e3;color:#fff;padding:5px;margin:10px 10px 10px 10px;line-height:15px;text-align:center;text-shadow:1px 1px 1px #000;transition:border 0.5s ease-in-out;flex:1}.box:hover{color:#fff;border:5px solid #398ebc}.box-top{margin-top:0px;height:30%}.box-bottom{margin-top:2px;height:45%}.box a{display:block;width:auto;height:auto;color:#fff;text-decoration:none}