.container {
    margin-top: 30px;
}

h1 {
    color: blue;
}

.error {
    color: red;
}

.warning {
    color: orange;
}