body{
    width:100%;height:100vh; display:flex; justify-content: center; align-items: center;
    
    background-image: url("../img/bgrounds.jpeg");

    background-size: cover;
    backdrop-filter: blur(5px);
  background-position: right;
}

html,body{
    padding: 0px;
    margin: 0px;
}
.card{
    border-radius: 10px;
    padding : 25px;
    box-shadow: 0px 0px 20px #bc9882;
    background-size: cover;
    background-color: #ffffffc0;
    width: 70vw;
    max-width:900px;
}

.title{
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 17px;
    z-index: 10;
    font-size: 3.5em;
    color : #0b3263;
}