#theform{
/* From https://css.glass */
background:white;
border-radius: 16px;
box-shadow: white;
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: white;
}
label{
    color: rgb(0, 0, 0);
}
.inputField{
    display: block;
    margin: 20px;
    border-radius: 5px;
    border: 0px;
    width: 50%;
    height: 50px;
}
body{
    /* background-color: #0568a6; */
    background-image: url("coins.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: "Noto Sans";
    background-attachment: fixed;
}
.firstcontent{
    background: rgba(255, 255, 255, 0.5);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
border: 1px solid rgba(255, 255, 255, 0.3);
padding: 20px;

}
.firstcontent2{
    background: #f8f8f8;
border-radius: 16px;
backdrop-filter: blur(0px);
-webkit-backdrop-filter: blur(0px);
border: 1px solid #f8f8f8;
padding: 20px;

}
.footer{
    background-color: #000000;
    color: white;
}
a{
    text-decoration: none;
    color: white;
    padding: 5px
}
a:hover{
    background-color: white;
    color: black;
    border: white;
    border-radius: 10px;
}