.input {
	font-family: "Inter-Regular";
	font-size: 2.2vh;
	color: white;
}

#textInput {
	padding-left: 10px;
    border-radius: 20px;
	background-color: black;
	color: white;
}

::placeholder {
	font-size: 2vh;
    border-radius: 10px;
	opacity: 50%
}