@media (max-width: 600px) {
  .media {
    flex-direction: column;
    gap: 0.5rem;
  }
  .media img {
    width: 100%; 
    height: auto;
    }
}
.title, #mainDiv{
    text-align: center;
}
.title, #mainDiv, .amtitle, .amp {
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;  
}
.mepic {
    width: 250px;
    padding: 10px;
}
#about-me {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: flex-start;
    flex-wrap: nowrap;
    
}
#paragraph {
    padding: 15px;
    border-left: dashed black 1px;
}
#buttons {
    position:fixed;
    left: 50%;
    bottom: 20px;
    transform: translate(-50%, -50%);
    margin: 0 auto;
}
#facebook, #linkedin, #github {
    color: black;
    text-decoration: none;
}