/*body {
  background: #466368;
  background: -webkit-linear-gradient(#ff0a23, #fa3c82);
  background:    -moz-linear-gradient(#e933f2, #a12cd4);
  background:         linear-gradient(#ef16f2, #bde3ff);
}
*/



body { 
	cursor: url('cursor.cur'), auto;
	background-color: #ffe3f9;
	height: 100vh;
}


h1 , h2 , h3 {
	color: #4c00ff;
	font-family: 'Roboto Mono', monospace;
}





.nameheader {
	font-family: sans-serif;
	font-size: 50px;
	color: #4c00ff;
	text-align: center;
	font-family: 'Roboto Mono', monospace;
}

.header2 {
	text-align: center;
	font-family: 'Roboto Mono', monospace;
}

.paragraph {
	background-color: yellow;
	text-align: center;
	font-family: helvetica;
}

.highlight {
	background-color: purple;
}
/*.strawberry1 {
	display: inline-block;
	margin: 20px;
	max-width: 100px;
	max-height: 100px;
	position: absolute;

}

.strawberry2 {
	display: inline-block;
	margin: 20px;
	width: 300px;
	position: absolute;
}*/

.gifs {
	max-width: 100px;
	top:0;
	left:0;
	position: absolute;
	padding: 10px;
}

img {
	max-width: 100px;
	float: left;
}

h3:hover {
	color: magenta;
}
.box {
	border: 2px solid magenta;
	margin: 5px;
	padding: 10px;
}


#flowers {
	color: red;
	padding: 3px;
	font-size: 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	font-family: 'Roboto Mono', monospace;
}

#color {
	color: magenta;
	padding: 3px;
	font-size: 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	font-family: 'Roboto Mono', monospace;
}

#size {
	color: blue;
	padding: 3px;
	font-size: 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	font-family: 'Roboto Mono', monospace;
}

#location {
	color: #7e38ff;
	padding: 3px;
	font-size: 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	font-family: 'Roboto Mono', monospace;
}




.rectangle {
	border: solid black 2px;
	position: absolute;
	width: 200px;
	height: 110px;
	left: 50%;
	top: 50%;
	background-color: white;
	z-index: 1;
	
}

.circles {
	height: 100px;
	width: 100px;
	background-color: white;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	left: 40%;
	top: 50%;
	border: solid black 2px;
	z-index: 2;
}




.rectangle2 {
	border: solid black 2px;
	background-color: white;
	width: 10px;
	height: 98px;
	left: 20%;
	top: 20%;
	z-index: 3;
}


#images {
	width: 100px;
	/*height: 30px;*/
}


#images:hover {
	position: absolute;
	width: 400px;
	
}















