*{

    font-family: 'Quicksand', sans-serif;
    font-size:15px;

}

#all{

    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0, 0.4); 
    color: white;
    font-family: 'Quicksand', sans-serif;
    border: 3px solid #f1f1f1;
    border-radius:10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 20%;
    padding: 15px;
    text-align: center;
    height:35%;
    height:auto;

}

h1{

    font-size:25px;

}

#bg{

    background-image: url("https://images.pexels.com/photos/373076/pexels-photo-373076.jpeg?auto=compress&cs=tinysrgb&dpr=3&h=750&w=1260");
    filter: blur(px);
    -webkit-filter: blur(4px);
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: fill;
    position:fixed;

}
