
#profile {
  width: 40%;
  height: 40%;
}

#profile, #info {
  margin: auto;
  display: block;
  text-align: center;
}

#follow {
  text-align: center;
  position: relative;
  bottom: 0px;
}

.column {
  float:left;
  width: 40%;
  padding: 5px;
  text-align: center;
}

.row {
  display: table;
  text-align: center;
}

p {
  font-size: 1.5em;
}

@media screen and (max-width: 1200px) {
  p {
    font-size: 2em;
  }
  .row {
    display: block;
  }
  .column {
    float: none;
    width: auto;
  }
  #follow {
    font-size: 2em
  }
  #profile {
    width: 60%;
    height: 60%;
  }
}

@media screen and (max-width: 1100px) {
  .column {
    float: none;
    width: auto;
  }
  .row {
    display: block;
  }
  h1 {
    font-size: 60px;
  }
  p {
    font-size: 2em;
  }
  #profile {
    width: 60%;
    height: 60%;
  }
  #follow {
    font-size: 2em
  }
}

@media screen and (max-width: 1000px) {
  .column {
    float: none;
    width: auto;
  }
  .row {
    display: block;
  }
  h1 {
    font-size: 60px;
  }
  p {
    font-size: 2em;
  }
  #profile {
    width: 60%;
    height: 60%;
  }
  #follow {
    font-size: 2.5em
    position: absolute;
    bottom: 0px;
  }
}
