body {
background: #331bc9;
color: #fff;
}
.boxInfo.box, .url.box { background: #fff }
a { color: cyan }
.topLeft, .topRight {
background: rgba(255,255,255,0.3);
border-radius: 10px;
margin-top: 20px;
}
.topRight {transform: translateX(10px)}