body{
    font-size: 20px;
    color: black;
    text-align: center;
    background-image: url(../background/IMG_0729.JPG);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
h1{
    font-size: 50px;
    color: black;
}
.container{
    width: 500px;
    margin: 0 auto;
    padding: 50px;
    align-self: center;
    background-image: url(lined-paper-pictures-pixabay-18.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}