.header {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 20px;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  background-color: #333;
  color: white;
  font-size: 30px;
  height: 60px;
}

.home {
  display: inline-block;
  padding-bottom: 0px;
  font-size: 30px;
  margin-right: 2%;
  background-color: #333;
  color: white;
  border-color: #333;
}

.portfolio {
  display: inline-block;
  padding-bottom: 0px;
  font-size: 30px;
  margin-right: 2%;
}

.resume {
  font-size: 30px;
  margin-right: 2%;
  border: 2px solid white;
  background-color: #333;
  color: white;
}