body{
  background-color: #2B817B;
}

h1 {
  text-align: center; 
  color: white;
  background-color: #34822B;
  border: solid black;
  border-radius: 15%;
  box-shadow: 5px 5px #D28346;
}

#picture{
  width: 250px;
  height: 250px;
  margin: auto;
  display: block;
  border-radius: 100%;
}

.portfolio{
  border: solid black;
  color: white;
  background-color: #34822B;
  margin-top: 5px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-bottom: 10px; 
  border-radius: 10%;
  box-shadow: 5px 5px #D28346;
}

a{
  color: black;
}

a:visited {
  color: white;
}