*{
    margin:0;
    padding:0;
    list-style: none;
}
#frontpage-wrapper{
	background-color: white;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 999;
}
#Donate_section1{
    background-image: url('../Images/top-image.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 70vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items:center;
}

#Donate_section1 h1{
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items:center;
    width: 100%;
    height: 45vh;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    font-size: 50px;
}

#Donate_section2{
    background-color:#f8f9fa;
    border-radius: 30px;
    margin: 1rem 10%;
}

#Donate_section2 div h2{
    text-transform: uppercase;
    font-size: 40px;
    padding: 2rem 0;
    text-align: center;
    font-family: "Oswald", sans-serif;
}

#Account_Details_container{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    flex-wrap: wrap;
}

#Account_Details_container div{
    width:400px;
}

#Account_Details_QR_Code{
    width:400px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 30px;
}

h3{
    font-size: 30px;
}

#Donate_section2_Account_Details li{
    margin: 1rem 0;
    color: #666666;
}

#Donate_section2_Account_Details li b{
    color: black;
}

section p{
    padding: 2rem 0;
    text-align: center;
    font-family: "Barlow", sans-serif;
    color: #666666;
}


@media only screen and (max-width: 992px){
    #Donate_section1 h1{
        font-size: 32px;
    }

    #Donate_section2{
        margin:1rem;
        padding: 0 2%;
    }

    #Donate_section2 div h2{
        font-size: 24px;
    }

    #Account_Details_QR_Code{
        width:100%;
    }
}