.button{background-color:#1c87c9;-webkit-border-radius:10px;border-radius:10px;border:none;color:#eeeeee;cursor:pointer;display:inline-block;font-family:sans-serif;padding:5px 15px;text-align:center;text-decoration:none}@keyframes glowing{0%{background-color:#f804b7;box-shadow:0 0 5px #f804b7}50%{background-color:#6519e8;box-shadow:0 0 20px #6519e8}to{background-color:#f6093c;box-shadow:0 0 5px #f6093c}}.button{animation:glowing 1.3s infinite}.container{position:relative;top:50%;left:50%;transform:translate(-50%);width:100%;height:350px}.container .box{position:relative;height:100%;display:inline-block;margin-left:-5px;text-align:center}.container .box:first-of-type{width:20%;background:#262626;box-sizing:border-box;padding:10px 20px;vertical-align:top;z-index:2}.container .box h1{margin-bottom:15px}.container .box:first-of-type:before{content:"";position:absolute;top:0;right:-42px;width:82px;height:100%;background:#262626;transform:skewX(-12deg);z-index:-1}.container .box:nth-of-type(2){width:80%;height:100%;position:relative;z-index:1}.video-bg{width:100%;height:100%;object-fit:cover}