
body {
    background-color: lightgrey;
}

h1 {
    color: red;
}

p {
    color: blue;
}

.content {
    text-align: center;
}

.textbox {
    background-color: white;
    padding: 35px;
    margin: 50px;
}
