html body {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #f1eaec;
    background: #020220;
    background: -webkit-linear-gradient(to right, #90fe9d, #01c9fd);
    background: linear-gradient(to right, #060d27, #52085b);
    padding: 0;
    margin: 0;
    height: 100%;
    background-image: url(https://futurised-radiology.com/app/uploads/2026/09/key-visual_plain-scaled.jpg);
    background-size: cover;
    background-position: center;
}

.col-lg-4.display-cell {
	display: none!important;
}