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

.offwhite {
    color: #FFEBCC;
}

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


.b {
    font-weight: 700;
}


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