.aboutme {
  display: flex;
  position: relative;
}

.headtitle {
  display: none;
}

.profimg {
  height: 100%;  
  max-height: auto;
  width: 40%;
  margin: 73 0 0 50;
  
}

.boutmecontainer {
  flex: 1;
  margin: 50 50 0 50;
  text-align: justify;
  font-size: 2.3vh;
  font-weight: 100;
  color: white;
}

footer {
  position: relative; bottom: 0; width: 100%; display: flex; margin-top: 5vh;
}

@media screen and (max-width: 1030px) {

  .aboutme {
    flex-direction: column;
    margin-top: 3vh;
    justify-content: center;
    align-items: center;
  }

  .headtitle {
    display: block;
    text-align: center;
    color: white;
    margin-bottom: 3vw;
    width: 100%;
    font-size: 3vh;
  }

  .profimg {
    margin: 50 50;
    height: 100%;
    width: 80%;
  }
  
  footer {
    position: relative;
  }
}