/* CSS Document */
body{
	background-image: url("Pictures/prism.png")
}
html{
	font-family: "Tommy";
	
}
@font-face{
	font-family: "Tommy";
	src:url("Fonts/MADE TOMMY Regular_PERSONAL USE.otf");
}
h1{
	font-family: "Tommy";
	color: whitesmoke;
	
}
h6{
	font-family: "Tommy";
	color: whitesmoke;
	
}
p{font-family: "Tommy";
color: lightgrey;
	margin-left: 13%;
	margin-right: 13%;
	line-height: 1.6;
}
button{
	background-color: gray;
	border-width: 10%;
	border-radius: 0px;
	color: whitesmoke;
	font-family: "Tommy";
}
button:hover{
	background-color: lightgray;
}
hr{
	background-color: darkgray;
	border-width: 3px;
	border-radius: 20px;
}
img{
	border-radius:20px;
}
h3{
	font-family: "Tommy";
	color: whitesmoke;
}
h4{
	font-family: "Tommy";
	color: whitesmoke;
}
.dropdown-hover {
	position: relative;
	display: inline-block;
	background-color: gray;
	
}

.dropdown-box {
	display: none;
	position:absolute;
	background-color: darkgrey;
	
}
.dropdown-hover:hover ~ 
.dropdown-box   {
	background-color:whitesmoke;
}
