body main .profile {
  height: auto;
  width: 30%;
}
body main .profile .img {
  height: 60%;
  width: auto;
}
body main .profile .img > img {
  width: auto;
  height: 100%;
  margin: auto;
}
body main .profile > h1 {
  font-size: 64px;
  line-height: 64px;
}
body main .resume {
  height: auto;
  width: 70%;
}
