.navbar .nav-link {
    color: #333 !important;
}

section{
    background-color: lightgray;
    margin-top: 200px;
    margin-bottom: 200px;
    padding-bottom: 80px;
}

.txt-intro{
    padding-top: 80px;
    text-align: justify;
}

.txt-intro h1 {
    font-size: 70px;
    font-family: 'Oswald,sans-serif';
    padding-bottom: 40px;
    text-align: center;
}

.txt-intro p {
    color: #111111;
    letter-spacing: 1px;
    line-height: 2;
    font-size: 18px;
    font-weight: 500;
    margin: 0 auto;    
    word-wrap: break-word;
    font-family: 'Raleway,sans-serif';
}


.txt-intro a {
    font-size: 18px;
    color: forestgreen;
    text-decoration: underline;
}

.profile-container {
  border-radius: 8px; 
  overflow: hidden; 
  border: 2px solid #24292e;
  margin: 205px 25px 35px;
}

.profile-container img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  display: block;   
}

.social-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.social-buttons i{
    font-size: 35px;
    color: black;
}