.fundraisers {
    margin-top:40px;
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:center;
}

.fundraiser {
    background-color:rgb(226, 226, 226);
    padding:20px;
    margin:10px;
    border-radius: 10px;
    width:350px;
    display:flex;
    flex-direction:column;
    align-items:start;
    justify-content: center;
}

.fundraiser-title {
    font-family:'DM Sans';
    font-weight:500;
    font-size:30px;
}

.fundraiser-description {
    font-family:'Source Serif 4';
    font-weight:500;
    font-size:22px;
}

.fundraiser-img {
    width:70px;
    border-radius:5px;
    margin:10px;
    align-self:center;
}

.donate {
    padding:20px;
    background-color:#54494B;
    border:none;
    border-radius:10px;
    color:white;
    font-family:'DM Sans';
    font-size:15px;
    font-weight:700;
}

.donate-section {
    display:flex;
    flex-direction:column;
    text-align:center;
    align-items:center;
    justify-content:center;
    margin-top:40px;
}

.donate-title {
    color:#54494B;
    font-family:'DM Sans';
    font-size:30px;
    font-weight:600;
}

.details {
    font-family:'DM Sans';
    color:white;
}

.deets-title {
    font-family:'DM Sans';
    margin:0;
    font-size:50px;
    color:white;
}

.fundraiser-deets {
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    margin:0;
    background-color:#54494B;
    padding:50px;
}

.question-header {
    font-family:'DM Sans';
    font-size:35px;
}

.question-text {
    font-family:'DM Sans';
    font-weight:400;
    font-size:25px;
}

.question {
    margin:50px;
}

.package {
    background-color:rgb(239, 215, 184);
    margin:20px;
    border-radius:10px;
    padding:10px;
}

.package-name {
    font-family:'DM Sans';
    font-size:30px;
}

.package-cost {
    font-family:'DM Sans';
    font-weight:600;
    font-size:28px;
    color:rgb(164, 104, 43);
}

.package-benefit {
    font-family:'DM Sans';
    font-weight:400;
    font-size:24px;

}

.packages {
    display:flex;
}

.fundraiser-header {
    background-image:url(img/fundraisers\ bg.png);
    background-size:cover;
    height:250px;
    background-position-y:860px;
    background-attachment:fixed;
}