.background{
    background-image: url(images/background.jpg);
    filter: blur(10px);
    width: 90vw;
    height: 90vh;
    position: absolute;
    z-index: -100;
}
.flex{
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
    height: calc(75vh - 40px);
    background-color: #191919;
    width: min-content;
    padding: 25px;
    border-radius: 50px;
    margin: 25px auto;
    filter: none;
    width:calc(75vh - 40px);
}
div{
    text-align: center;
    
}
input{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    border: 0;
    border-radius: 14px;
    font-size: 28px;
    padding: 5px;
    color: black;
    background-color: white;
}
.text{
    padding: 7px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    box-sizing: border-box;
    font-size: 28px;
    color: white;
}
h1{
    padding: 7px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    box-sizing: border-box;
    font-size: 42px;
    color: white;
}