@import url('https://fonts.googleapis.com/css2?family=Rajdhani&display=swap');
html,body{  
background-image: url("../img/ppcfnd.png");
background-size: cover;
background-repeat: no-repeat;
height: 100%;
font-family: 'Rajdhani', sans-serif
}

.card{
    height: 400px;
    width: 350px;
    margin-top: 5rem;
    margin-bottom: auto;
    background-color: rgba(241, 241, 236, 0.589)!important;
    }