body {
    font-family: 'Prompt', sans-serif;
}

.TopShit {
    position: relative;
}
.ServicesProvidedDiv {
    padding: 150px 0;
    width:100% !important;
    height: 400px !important;
    text-align:center !important;
    font-family: 'Prompt', sans-serif;
    font-size: 6vh;
    line-height: 6vh;
    position: absolute;
    color: black;
/*    -webkit-text-stroke: 1px  black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
*/
}

.ServicesProvidedText {
    animation: glow 1s ease-in-out infinite alternate;
    @-webkit-keyframes glow {
        from {
            text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
        }
        
        to {
            text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
        }
    }
}
.ServicesProvidedNeon{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    /*
    -webkit-text-stroke: 1px  black;

    text-shadow: 0 0 0.1em #fff, 0 0 0.2em #fff, 0 0 0.3em #fff, 0 0 0.4em #fff,0 0 0.6em #fff, 0 0 0.8em #fff, 0 0 1.0em #fff, 0 0 1.2em #fff;
    */
    text-shadow: #000 1px 0 10px;
    color: #fff;
}

.ui.blue.button, .ui.blue.buttons .button {
	background-color: #5c85a1 !important;
	color: #fff !important;
	text-shadow: none;
	background-image: none;
}

.ui.icon.button {
    background: #5c85a1 !important;
	background-color: #5c85a1 !important;
	color: #fff !important;
	text-shadow: none;
	background-image: none;
}

dropdownStyle {
        background-color: #5c85a1 !important;
        color: #5c85a1 !important;
        text-shadow: none;
        background-image: none;
}

.uppy-Dashboard-poweredByIcon {
    display: none !important;
}

.uppy-Dashboard-poweredBy {
    display: none !important;
}

.uppy-Container, .uppy-Dashboard-inner {
    width: 100vw !important;
    height: 90vh !important;
}

.uppy-Dashboard-inner {
    background-image: url("https://static-assets.hommati.com/hommati-logo-svg-cropped-25-opacity.svg") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.uppy-Dashboard-inner:hover {
    background-image: none !important;
}

.chonky-chonkyRoot {
    height: 90vh !important;
}