$myBrown: rgb(68,48,34);
$myTan: #dfcdbf;
$myPurple: rgb(25,0,25);

.contact-methods {
    list-style: none;

}

.contact-methods li {
    font-family: 'Philosopher', sans-serif;
    font-size: 1.2rem;
    color: $myBrown;
    text-align: center;
    margin: 0;
    padding: 1rem 1rem;
}


.contact-methods li a{
    font-family: 'Philosopher', sans-serif;
    font-size: 1.2rem;
    color: $myBrown;
    text-align: center;
    margin: 0;
    padding: 1rem 1rem;
}
.maintext {
    font-family: 'Philosopher', sans-serif;
    font-size: 1rem;
    color: $myBrown;
    text-align: center;
    margin: 0;
    padding: 1rem 1rem;
}