body {
    background-color: grey;
}

.huge {
    font-size: 500%;
    color: blue;
}

.big {
    font-size: 250%;
    color: purple;
}

