body {
		background-image: url(https://i.ibb.co/9dCkLmQ/destroyer-Background.png);
	  background-attachment: fixed;
	   background-size: cover;
		margin-right: 100px;
		margin-left: 100px;
		}

.destroyer_header{
		font-size: 40px;
		text-shadow: 2px 2px 2px black;
		color: white;
		padding: 10px;
		text-align: left;
		background-color: #7b277b;
		opacity: 60%;
		width: max-content;
		border-radius: 50px; 
	}	

.destroyer-photo {
	display: block;
	max-width: 1000px;
	max-height: 800px;
	width: auto;
	height: auto;
	border: 5px solid #7b277b;
	margin-bottom: 5px;
}
img {
	border: 5px solid #7b277b;
	height: 300px;
	width: auto;
}
.righthover:hover {
	transition-delay: 2s;
   	transform: translate(-50%,-50%)scale(2); 
}
.lefthover:hover {
	transition-delay: 2s;
	transform: translate(50%, 50%) scale(2);
}
.right {
	float: right;
	text-wrap: right;
}
.left {
	float: left;
	text-wrap: left;
}
figure {
	margin: 20px;
	display: table;
}
figcaption {
	padding-top: 5px;
	padding-left: 10px;
	font-size: 14px;
	font-style: italic;
	display: table-caption;
	caption-side: bottom;
	
}
figure p {
	width: 800px;
	font-size: 12px;
	margin-top: -3px;
}

.infobox {
	background-color: #e9a4e9;
	width:25.5em;
	border-spacing:2px;
	border: 4px ridge #e9a4e9;	
	margin: 20px;
}

#country {
	background-color: #7b277b;
}

h3 {
	font-size: 45px;
}

#id BCB {
	font-size: 40px;
}
.text {
	color: black;
	text-align: center;
}

.top-text {	
	color: black;
	text-align: center;
}

.destroyer-biography {
	font-weight: normal;
}

.bottom {
	font-family: Times New Roman;
}

.infobox {
	align-items: right;
}

h4 {
	font-weight: bolder;
	font-size: 22px;
}

a:link {
	color: #bb33ba;
	text-decoration: none;
}

a:visited {
	color: #7b277b;
}
.imgA:hover {
	background-color: transparent;
}
a:hover {
	background-color: #2dc732;
	color: #367d39;
}
.nodec:hover {
	background-color: transparent;
}
blockquote {
	background: radial-gradient(#b157ab92 0%, #ab6ab0a2 20%, #c077c8b0 100%);
	padding: 10px;
	border-radius: 10px;
}
sup {
	vertical-align: text-top;
	font-size: 10px;
}
button {
	border: none;
	background: none;
	font-weight: bold;
	font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
	cursor: pointer;
	font-size: 12px;;
}
.rule {
	display: inline-block;
	border: 1px black solid;
	width: 10%;
	display: none;
}
.buttons {
	margin-top: 50px;
	float: right;
	background-color: #bb33ba;
	border-radius: 20px;
}
#parchment {
   margin-top: 40px;
  /* center page with absolute position */    
  	padding: 4em;
    box-shadow: 2px 3px 20px black, 0 0 60px #8a4d0f inset;
    background: #fffef0;
	border-radius: 20px;
  }
:target {
	background-color:#2dc732;
}