body{
    background-image: url(wallpaper1.jpg);
    background-position: auto;
    background-size: cover;
    background-repeat: no-repeat;
}
.container{
    background-color:rgb(112, 36, 211);
    width: 25%;
    border: 3px solid;
    text-align: center;
    margin: auto;
    border-radius: 20px;
    border-color: white;
    padding: 20px;
    
}

h1{
    color: rgb(255, 255, 255);
}

label{
    color: white;
}