body{
    background-image: url('image10.png');
    background-size: cover;
    background-repeat: no-repeat;
}
h1{
    text-align: center;
    text-transform: uppercase;
    color: rgb(0, 4, 255);
}
.main{
    width: 100%;
    height:100%;
    display:flex;
    gap:20px;
    justify-content: center;
}
.uploadf{
    margin-top:5%;
    width:25%;
    height:300px;
    border: 0.4px dashed rgb(255, 255, 255);
    border-radius:10px;
    padding:10px;
    background-color:#363a3b20;
    color:white;
;
}
#img{
    font-size: 150px;
    display: flex;
    justify-content: center;
    color:rgb(255, 255, 255);
}
p{
    font-size: larger;
    font-family: sans-serif;
    text-align: center;
}
#light{
    color:rgb(143, 143, 145);
    font-family: sans-serif;

}
#fupload{
    background-color: #363a3b20 ;
    width: 320px;
    height: 320px;
    margin-top:5%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.4px dashed rgb(255, 255, 255);
    border-radius:10px;
    color:white;
}
