*{
   background-image: url(./todobg.jpg);
   background-position: center;
   background-size: cover;
   background-attachment: fixed;
}
.center{
    border: 4px solid white;
    position: absolute;
    top: 80px;
    left: 600px;
    height: 450px;
    width: 400px;
    border-radius: 30px;
    text-align: center;
    
}
.text{
    width: 180px;
    height: 40px;
    font-size: 20px;
}
button{
    width: 70px;
    height: 30px;
    background-color: green;
    border-radius: 20px;
    padding: 5px;
}
para{
    text-align: left;
}


