@font-face {
    font-family: "Heebo"; 
    font-weight: 400;
    src: url("../Heebo-Regular.ttf");
}

body{
    font-family: "Heebo";
    background-color: #f7f2f5;
    /* background-image: linear-gradient(90deg, #baabb4 0%, #b1d6cf 100%); */
}

section{
    width: 80%;
    margin: 50px auto;
    text-align: center;
}

.content{
    width: 80%;
    margin: auto;
}

h1{
    color: #862159;
    font-size: 40px;
    font-weight: 800;
}

small{
    color: #299483;
    font-size: 20px;
}

p{
    font-size: 22px;
}

.donation .content .link{
    
    background-color: #efdce7;
    font-weight: 700;
    border-radius: 25px;
    padding: 10px 25px;
    font-size: 20px;
    border: 1px solid #862159;
    cursor: pointer;
}

.donation .content .link a{
    text-decoration: none;
    color: #862159;
}

.site .btn{
    background-color: #862159;
    height: max-content;
    width: max-content;
    padding: 20px;
    margin: auto;
    cursor: pointer;
    border-radius: 25px;
}

@media only screen and (max-width:600px){
    section{
        width: 100%; 
        margin: 30px auto;
    }

    h1{
        font-size: 40px;
    }

    .content{
        width: 90%;
    }

    p{
        font-size: 18px;
    }
}