body {
    background-color: pink;
	font-family: 'Raleway', sans-serif;
}

main {
	text-decoration: bold;

	padding: 3vw;
}

#buttons {
	display: flex;
	justify-content: space-between;
	/* background-color:green; */
}
button {
	padding: 1vw;
	width: 10vw;
	background-color: rgba(0,0,0,0);
	border-radius: 100px;

}
details summary{
	color: darkgray;
}
details summary:hover{
	color: violet;
}
button:hover {
	/* border:solid pink; */
	color: violet;

}
nav a {
	color: white;
	opacity: 60%;

}
nav a:hover {
	color: violet;
}

h4 {
	font-style: italic;
	text-align: center;
	right: 50px;
	font-size: 3vw;
}
.theImage  {
    display: flex;
	
    /* margin: 3vw;
    padding: 2vw; */
    /* background-color: black; */
		/* border: solid black 2px; */

}
.theImage img{
    background-color: rebeccapurple;
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
}




details {
	font-size: 15px;
}
