body {
    background-color: rgb(255, 200, 163);
	font-family: Arial, Helvetica, sans-serif;
}
p.sansserif {
    font-family: Arial, Helvetica, sans-serif;
}
h1 {
    color: rgb(56, 27, 7);
    text-align: left; 
	font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
  
}
footer {
    position: absolute;
    color: rgb(56, 27, 7);
    text-align: left; 
	font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
}

#logo {
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 10px;
}
#foto{
    position: absolute;
    top: 10px;
    width:430px;
    height:50px;
    margin-left:600px;
    margin-bottom: 250px;
    border-radius: 100px;
}
a:link {
  color: blue;
  background-color: transparent;
  text-decoration: none;
}
a:visited {
  color: blueviolet;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}
a:active {
  color: yellow;
  background-color: transparent;
  text-decoration: underline;
}

