@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html, body{
    font-family: "Poppins", sans-serif;
}
h1, h2, h3, h4, h5{
    font-family: "DM Sans", sans-serif;
}
h1{
    font-size: 50px;
}
.banner{
    background-image: linear-gradient(180deg, rgba(10, 0, 0, 0.5) 1%, rgba(10, 0, 0, 0.5) 100%), url(../img/solar-eco.jpg);
    background-size: cover;
    height: 90vh;
    color: #ffffff;
    max-width: 1443px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.btn{
    background-color: #00452b;
    color: #ffffff;
}
.btn:hover{
    background-color: #1dbf68;
    color: #ffffff;
}
footer{
    background-image: linear-gradient(112.75deg, #000000 0.12%, #00452b 48%, #1dbf68 99.88%);
    color: #ffffff;
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    font-weight: 500;
}
.copyright{
    font-size: 20px;
    font-weight: 600;
}
footer a{
    text-decoration: none;
    color: #ffffffcc;
    transition: color 0.3s;
}
.footer-logo{
    max-width: 250px;
    width: 100%;
}