.portfolio-max-width {
  max-width: 1200px;
  margin: auto;
}
img.article-image {
  height:  160px;
  width: 100%;
  display: block;
  margin: 20px auto;
  align-self: center;
  
}

#title {
  text-decoration: none;
  color: white;
}

.mdl-card__supporting-text {
  padding: 5px;
}

p  {
  margin: 0 0 3px;
}

.mdl-card__supporting-text > .material-icons {
  display: block;
}

.mdl-card__media {
  background-color: #fff;
  display: flex;
}

.avatar-image {
  width: 80%;
  display: block;
  margin: 0 auto;
  align-self: center;
}

.avatar-image-container {
  display: flex;
}

.portfolio-contact .mdl-textfield {
  width: 70%;
  margin: 0 auto;
  display: block;
}

.pull-right {
  float: right;
}

.text-white {
  color: #fff;
}

.text-center {
  text-align: center;
}

#game, iframe {
  width: 100%;
  height: 70vh;
  position: relative;
}

#game h2, #game h4 {
  font-family: 'Roboto Mono', monospace;
}

#game-frame {
  z-index: 1;
}

.abs-pos {
  position: absolute;
  top: 40%;
  text-align: center;
  width: 100%;
  z-index: 1;
}

.about-me-p {
  text-align: justify;
  margin: 0 0 10px;
}

.contact-me-p {
  text-align: justify;
  margin: 0 15px 10px;
}

#form-messages {
  text-align: center;
  color: rgb(255,64,129);
}

.privacy-text {
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                height: 90vh;
    
}

@media screen and (max-width: 840px) {
  img.article-image {
    width: 140%;
    display: block;
  }
  #game h2 {
    font-size: 24px;
  }
  #game h4 {
    font-size: 20px;
  }
  #game p {
    font-size: 14px;
    margin: 0 10px;
  }
  #game, iframe {
    min-height: 85vh;
  }
}