body {
  font-family: "Nunito Sans", sans-serif;
 
    background-color: #f0f0f0;
  }

.resume {

  display: flex;
  flex-direction: row;
  max-width: 900px;
  height: 1115px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: white;
 
  border: 1px solid #f0eeee;
}
a{transition: 0.5s;}
a:hover {
  transition: 0.5s;
  font-weight: bold;
}