

body{
    width: 100vw;
    height: 100vh;
    background-color: rgb(255, 230, 5);

}
.container{
    width: 100%;
    height: 100%;
    /* display: flex; */
    align-items: center;
}
.ger{
    margin: 0 auto;
    margin-left: 48rem;
    font-size: larger;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
.cards{
    display: flex;
    width: 100%;
    height: 100%;
    gap: 2rem;
    /* align-items: center; */
    margin-left: 5rem;
    
}
.card1{
    background: url(https://mail.google.com/mail/u/0?ui=2&ik=d2283fbd56&attid=0.5&permmsgid=msg-f:1820579023575218179&th=1943fef9e1ba7803&view=att&disp=safe&realattid=f_m5m83eyo4&zw);
    background-size: cover;
    background-position: center;
    width: 60%;
    height: 80%;
    font-size: 1.2rem;
    color: white;
    border-radius: 20px;
    
    
}
.ccc{
    margin-left: 2rem;
    /* margin-top: 2rem; */
}
.card2{
    background: url(https://mail.google.com/mail/u/0?ui=2&ik=d2283fbd56&attid=0.10&permmsgid=msg-f:1820579023575218179&th=1943fef9e1ba7803&view=att&disp=safe&realattid=f_m5m83ezm6&zw);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 35%;
    font-size: small;
    color: white;
    /* margin-left: 5rem; */
    border-radius: 20px;
}
.ggg{
    margin-left: 2rem;
    /* margin-top: 2rem; */
    padding-bottom: 2rem;
}
.card3{
    background: url(https://mail.google.com/mail/u/0?ui=2&ik=d2283fbd56&attid=0.6&permmsgid=msg-f:1820579023575218179&th=1943fef9e1ba7803&view=att&disp=safe&realattid=f_m5m83ez55&zw);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 40%;
    font-size: small;
    color: white;
    border-radius: 20px;
}
.ddd{
    margin-left: 2rem;

}
