*{margin: 0;
}
.bg {
    background-image: url("Background1.jpeg");
    width: 100%;height: 100vh;
    background-repeat: no-repeat;
    background-attachment: fixed;
    border: none }
    .done {
        text-align: center;
        color: aliceblue;
        font-size: 60px;
        padding-top: 400px;
    }