body {
background: rgb(199,214,213);
background: linear-gradient(90deg, rgba(199,214,213,1) 0%, rgba(170,159,174,1) 48%, rgba(179,216,215,0.6279105392156863) 75%);
text-align: center;
font-family: impact;
text-shadow: 2px 2px #6fcd62;
color: #717370;
margin-top: 25px;
margin-bottom: 25px;
}
img {
display: block;
margin-top: 25px;
margin-left: auto;
margin-right: auto;
margin-bottom:50px;
width: 1000px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}