h1 {
    color: red;
    background-color: yellow;
    font-size: 30px;
    text-align: center;
}

p {
    color: blue;
}

body {
    background-color: lightblue;
}

.red {
    color: red;
}

.blue {
    color: blue;
}

.title {
    text-align: center;
    font-size: 40px;
}

.name {
    color: green;
}

.hobby {
    color: purple;
}