$myBrown: rgb(68,48,34);
$myTan: #dfcdbf;
$myPurple: rgb(25,0,25);
$myLightBrown: rgb(180, 151, 124);

.padding p{
    color: white;
    font-size: 7rem;
}
#noPad{
    padding: 0;
}
.giving-button {
    background-color: $myPurple;
    border: none;
    padding: 1rem 2rem;
    margin-top: 1rem;
    height:auto;
    width: auto;
    a{
        color: $myLightBrown;
        font-size: 3rem;
        font-family: philosopher, sans-serif;
        text-decoration: none;
    }
}
.button-holder{
    display: flex;
    justify-content: center;
    width: 100%;
}
@media (max-width: 7768px) {
    .padding p{
        font-size: 2rem;
    }
}
ul{
    list-style-type: none;
}
ul li{
    font-family: 'Philosopher', sans-serif;
    font-size: 1rem;
    color: $myBrown;
    text-align: center;
    margin: 0;
    padding: 1rem 1rem;
    
}
ul li a{
    font-family: 'Philosopher', sans-serif;
    font-size: 1rem;
    color: rgb(50,0,50);
    text-align: center;
}