 div{
     text-align: center;
     position: absolute;
     left: 50%;
     top: 50%;
     -webkit-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
}
 a{
     font-size: 24px;
     text-transform: uppercase;
     color: deeppink;
     font-weight: bold;
}
.linkedin{
    margin-top: 15px;
}

@media only screen and (max-width: 650px) {
   .myOldPhoto{
    width: 100%;
  }

  div {
    width: 70%;
  }
 
  a{
  font-size: 28px;
  }
}

