body {
font-family: Garamond, "Times New Roman", serif;  
font-size: 30px;
background: black;
}

h1 {
font-family: "Times New Roman", serif;  
font-size: 30px;
text-align: center;
color: silver;
margin: 40px 40px;
}

h2 {
font-family: "Times New Roman", serif;  
font-size: 20px;
text-align: center;
color: silver;
margin: 40px 40px;
}

h3 {
font-family: "Times New Roman", serif;  
font-size: 10px;
text-align: center;
color: silver;
margin: 40px 40px;
}


img {
max-width: 90%;
height: auto;
		}
		
.container {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
margin: 20px 20px;
		}
.container img {
margin: 10px;
width: 30%;
		}
p {

font-family: Roboto,Helvetica,Tahoma,Arial,sans-serif;
color: silver;
text-align: center;
margin: 80px 80px;
font-size: 20px;
line-height: 1.5;
		}

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

a:visited {
  text-decoration: none;
  color: #FFFF00;
}

a:hover {
  text-decoration: underline;
  color: red;
}

a:active {
  text-decoration: underline;
  background-color: blue;
}
