 @import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

 html {
  height: 100%;
 }

 body {
  margin: auto;
  padding: 0;
  height: inherit;
  background-color: #d4d4d4;
  display: flex;
 }

 a {
   font-family: 'Poppins', sans-serif;
   font-size: 48px;
   color: #919191;
   text-decoration: none;
 }

 .center {
   margin: auto;
   text-align: center;
   padding: 10px;
 }

  .resume {
    margin: auto;
    height: 90%;
    width: 70%;
    padding: 10px;
  }
