*{
    padding: 0;
    margin:0;
}

body{
    background:url("Fbg.jpg");
    min-height: fit-content;
    min-width: fit-content;
    background-size: 100vw 100vh;
    background-repeat: no-repeat;
    
}
.fn
{
    color: wheat;
}
.form{
    display: flex;
    flex-direction: column;
    width:100%;
    justify-content: center;
    text-align: center;
    align-items: center;
    position: absolute;
    top:30%;
}