:root{
    font-size: 16px;
}

body{

    background-color: #f7e9d9;
    /* peach-ish : #f7e5d3*/
    
}


.container{

    width: 80%;
    max-width: 34rem;
    margin:0 auto;
    display: flex;
    flex-direction: column;
    margin-top: 6vh;

}


.hero{
    
    /* border: 2px green solid; */
    align-self: flex-start;
    margin-top: 7vh;

}


.gif {

    width: 18vh;
    height: 18vh;
    border-radius: 400px;
 
 } 
 

 .introText {

    color: #454d5f;
    font-family: Raisonnepro, sans-serif;
    font-size: 18px;
    line-height: 25px;


 }


 .h3Span {

    color: #2d67af;

 }

 .repoLink{

    text-decoration: none;
    color:white;
    font-family: Arial, Helvetica, sans-serif;
    border-bottom: 5px solid #8b9cff;

 }

.warnSpan {

    font-weight: bold;
    font-size: 1rem;
    color: #8b9cff;

    
}


.socials{

    display: flex;
    justify-content:flex-start;
}

.sm-link + .sm-link {

    margin-left: 15px;
} 

.sm-link {

    text-decoration: none;
    color: #30323a;
    font-family: 'Lato', sans-serif;
    font-size: 1.2rem;
    line-height: 1rem;
    

}

.socials2{

    margin-top: 7vh;

}


@media(max-width:480px) {

    .introText {

        font-family: 'Lato', sans-serif;
        font-size: 1rem;
        line-height: 1.5rem;
    
     }

    .sm-link {

        font-size: 1rem;        
    
    }

    a:link, a:hover {
        color: #e25a5f;
      }

    


}
