body {
     background: url('images/background.jpg') no-repeat center fixed;
     background-size: cover;
}

main {
    width: 20%;
    margin-left: auto;
    margin-right: auto;
    border-style: groove;
    padding: 1em;
    background-color: lightgrey;
    color: black;
}
