[contenteditable]:focus {
    outline: 0px solid transparent;
}
/*
img {
   -webkit-filter: invert(1);
   filter: invert(1);
   }*/

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 2px;
    background: black;
    outline: none;
    opacity: 1;
    -webkit-transition: .2s;
    transition: opacity .2s;
}
.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 10px;
    height: 10px;
    background: black;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 10px;
    height: 10px;
    background: black;
    cursor: pointer;
}

.controls {
	margin-top: 10px;
	margin-left: 10px;
	position: fixed;
	text-align: left;
	font-family: sans-serif;
	color: black;
	width: calc(hv);
	font-size: 16px;
	line-height: 20px;
}

.edittext {
    z-index: -999;

	text-align: center;
	font-family: DaciaBlock-Variable;
	color: black;
    /*background-color: blue;
    mix-blend-mode: multiply;*/
	width: 100%;/*calc(hv);*/
    height: 100%;
	font-size: 160px;
	/*line-height: 100px;*/
	padding-top: 150px;
	padding-bottom: 400px;
	/*text-rendering: optimizeSpeed;*/
}

@font-face {
    font-family: "DaciaBlock-Variable";
    src: url("../Fonts/Variable/DaciaBlock-Variable.ttf");
    font-style: normal;
    font-weight: normal;
}

body{
	background-size: 100%;
    /*background-image: url(car.jpg);*/
	background-color: white;
	text-align: center;
	margin: 0px;
}
