body {
    width: 100vw;
    height: 100vh;
    background-image: url(../images/background/darkblue3.jpg);
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.card1 {
    width: 400px;
    height: 200px;
    background-color: rgba(255, 255, 255, 0.041);
    backdrop-filter: blur(2px);
    border: 1px solid rgba(255, 255, 255, 0.144);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white; /* Assuming you want the text in white */
}