.intro{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 110px;

    
}

.skills{
    font-family: 'Eurostile', sans-serif;
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center; 
}
  @media(max-width:766px){
    .skills{
        font-size: 32px;
    }
}
.short-intro{
   font-size: 24px;
   text-align: center;
}
.face-avatar-container{
    display: flex;
    justify-content: center;
    margin-top: 67px;
    margin-bottom: 75px;

    
}

.face-avatar{
    width: 210px;
}
        @media(max-width: 761px) {
            .face-avatar{
                width: 150px;
            }
        }
.cool-design-container{
    display: flex;
    justify-content: center;

}
.cool-design{
    width: 100%;
    max-width: 860px;
}
.intro-main-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #6E07F3;
    color: white;
    padding-bottom: 300px;
}
.greetings-container{
    margin-top: 83px;
    margin-bottom: 25px;
}

.greetings{
    font-family: eurostile, sans-serif;
    font-size: 32px;
    font-weight: bolder;
}
@media(max-width: 759px){
    .greetings{
        font-size: 24px;
    }
}
.long-intro{
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
}
.intro-container{
    width: 88vw;
    margin-bottom: 30px;
    
}
@media(min-width:774px){
    .intro-container{
        width: 40vw;
    }
}
.svg-footer{
    width: 90px;
    height: 72px;
    color: white;
    cursor: pointer;
    margin-bottom: 20px;
}
.footer-quote{
    font-family: 'Eurostile', sans-serif;
    font-size: 26px;
    text-align: center;
    width: 57vw;
    margin-bottom: 45px;
}

@media(max-width: 1013px){
    .footer-quote{
        font-size: 24px;
    }
    
}

@media(min-width: 774px){
    .footer-quote{
        width: 20vw;
    }
    
}
.svg-footer-button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
  }
.footer-buttons{
    display: flex;
    justify-content: center;
}
.linkedin-svg,
.github-svg {
    height: 26px;
    width: 26px;
    color: white; 
    transition: fill 0.3s ease; 
}
.linkedin-button,
.github-button {
    background: none;
    border: solid 2px #9954f3;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}
.linkedin-button {
    margin-right: 20px;
}


.linkedin-button:hover,
.github-button:hover {
    background-color: white; 
    border: none;
}
.linkedin-button:hover .linkedin-svg,
.github-button:hover .github-svg {
    color: #9954f3; 
}




