.card{
    display: flex;
    width: 20rem;
    background-color: rgba(206, 206, 206, 0.42);
    flex-direction: column;
    backdrop-filter: blur(100px);
    padding: 2rem;
    font-family: "Anonymous Pro", monospace;
    border-radius: 3rem;
}
body{
    width: 100%;
    height: 0;
    background-color: rgb(5, 76, 137);
    padding: 0;
    margin: 0;
    font-family: "Anonymous Pro", monospace;
}
#cards{
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    padding: 10rem;
    justify-content: center;
    width: 50%;
}
#main{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#navs{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}