.title {
    color: red;
    text-align: center;
}
.greeting {
    text-align: center;
}

.container {
   border: 1px solid green;
   margin: 30px;
}