*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}

body{
    min-height: 100vh;
    background: linear-gradient(30deg, rgb(255, 232, 99),rgb(253, 129, 91));
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

main{
    filter: blur(0px);
    -webkit-filter: blur(0px);
}

.center{
    text-align: center;
}

.head{
    color: rgb(34, 34, 34);
    margin-top: 20px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.39);
}

.set-pass{
    margin: 40px 20px;
    background: rgba(201, 200, 200, 0.521);
    border-radius: 10px;
}

.pass-input{
    margin-top: 20px;
}
