
body {
  max-width: 960px;
  margin: auto;
  }
  
.header {
  background-color: ffff00;
  text-align: center;
  padding: 20px;
  height: 150px;
  background-image: url("images/header.jfif"); 
}


.topnav {
  overflow: hidden;
  background-color: brown;
}

.topnav a {
  float: left;
  display: block;
  color: gold ;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-weight: bold;
  font-family: Garamond, serif;
}
/*for the links*/
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.column {
  float: left;
  width: 33.33%;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}

.footer {
  background-color: #F1F1F1;
  text-align: center;
  padding: 10px;
  height: 30px;
  background-image: url("images/footer.jfif"); background-repeat: repeat-x;
  text-decoration-line: underline;
  text-decoration-style: solid;
  font-family: "Times New Roman", Times, serif;
}
<!-- for every paragraph element -->
p {
  color: #FFD700 ;
}

.title {
  color:gold;
  text-indent: 30px;
  text-transform: uppercase;
  font-size: 40px;
  font-family: 'Times New Roman', serif;
  
 .email a:link {    /* unvisited link */
    color: #ff0000;
    text-decoration: none;
    border-bottom: 1px solid;
}
a:visited {    /* visited link */
    color: #ff00ff;
}
a:hover {    /* mouse over link */
    color: #00ff00;
    border-bottom: none;
}
a:active {    /* active link */
    color: #00ffff;
}
}

.list{
	color: brown;
}

.right{
	float: right;
	padding: 20px;
}

.relative {
  position: relative;
  left: 10px;
}
