body{
	background: url(https://static.vecteezy.com/system/resources/previews/000/092/872/non_2x/vector-food-background-pattern.jpg);
}
img {
	height: 200px;
}
label{
	font-size: 50px;
	color: rgb(38,166,154);
	background-color: white;
	width: 30%;
	font-family: 'News Cycle', sans-serif;
	margin: 10px;
}
p{
	background-color: white;
	width: 20%;
	font-family: 'News Cycle', sans-serif;
	font-size: 30px;
	color: rgb(38,166,154);
	margin: 10px;
}
#gif-input{
	border-bottom-width: 5px;
	width: 60%;
	background-color: white;
}
.btn{
	margin: 20px;
}