body {
    background-image: url("background-pattern-image.jpg");
}

#content {
    margin: auto;
    text-align: center;
    padding: 50px;
    width: 50%;
}

button {
    background-color: beige;
}

.description {
    width: 80%;
    margin: auto;
}
