.newbox{height:100vh;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;overflow:hidden;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.newbox button{width:4rem}.newbox button:before{content:"";display:block;background:inherit;-webkit-filter:blur(.13333rem);filter:blur(.13333rem);position:absolute;width:100%;height:100%;top:.13333rem;left:.13333rem;z-index:-1;opacity:.4;-webkit-transform-origin:0 0;transform-origin:0 0;border-radius:inherit;-webkit-transform:scale(1);transform:scale(1)}.newbox button:first-child{background-color:#39b54a;border-color:#39b54a}.newbox button:nth-child(2){margin:20vh 0;background-color:#0081ff;border-color:#0081ff}.newbox button:nth-child(3){background-color:#e54d42;border-color:#e54d42}