/* Start custom CSS */.fit {
    width: fit-content;
}

.offwhite {
    color: #FFEBCC;
}

html,body{
		overflow-x:hidden;
		width: 100%;
}


.degrade{
background: linear-gradient(to right, #E0BC84, #FFEBCC);
background-clip: text;
-webkit-background-clip: text;
color: transparent;
-webkit-text-fill-color: transparent;
}

.degrade-blue{
background: linear-gradient(to right, #0054B4, #27AAE1);
background-clip: text;
-webkit-background-clip: text;
color: transparent;
-webkit-text-fill-color: transparent;
font-weight: 700;
}

.degrade-blue2{
background: linear-gradient(to right, #27AAE1, #0054B4);
background-clip: text;
-webkit-background-clip: text;
color: transparent;
-webkit-text-fill-color: transparent;
font-weight: 700;
}

.b {
    font-weight: 700;
}/* End custom CSS */