.logo-float {
    position: absolute;
    z-index: 25;
    top: -39px;
}
.image-radius {
    filter: drop-shadow(10px 10px 4px #2d2c2c);
}
.text-glow {
    text-shadow: #ff00cb 1px 0 10px;
}
.x-boxed {
    display: block;
    border: 1px solid #000;
    height: 600px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.text-white {
    color:  #fff;
}
.text-right {
    text-align: right;
}
.box-icon {
    height: 170px;
}
