body {
  background-color: #434343;
}
.container {
  color: white;
  max-width: 100%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.photo {
  height: 250px;
  width: 250px;
  overflow: hidden;
  border-radius: 50%;
}
.portfolio_img {
  width: 250px;
}

@media only screen and (min-width: 600px) {
  #footer {
    position: absolute;
    bottom: 0;
  }
  .container {
    margin-top: 100px;
    flex-direction: row;
    max-width: 100%;
  }
  p {
    width: 600px;
    margin-left: 50px;
  }
  .photo {
    height: 400px;
    width: 400px;
    border-radius: 0;
  }
  .portfolio_img {
    width: 400px;
  }
}
