body{
  background-color: #2B817B;
}

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

h2{
  text-align: center;
}

#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: 8px; 
  border-radius: 10%;
  box-shadow: 5px 5px #D28346;
}


a{
  color: black;
}

a:visited {
  color: white;
}

@media (min-width: 426px) {
  #project-list{
    display: flex;
    flex-flow: column;
    margin-bottom: 1vh;
  }
  
  .box {
    width: 10vw;
    height: 10vh;
    background-color: #0563F0;
    color: #FFF;
    border: 0.3vh solid black;
    margin: 5px;
    border-radius: 10%;
  }
}