
.bg0 {
    background: linear-gradient(LavenderBlush, White);
}

.bg1 {
    background: linear-gradient(AliceBlue, White);
}

.bg2 {
    background: linear-gradient(MintCream, White);
}


.fontsize150 {
    font-size: 150%;
}

.fontsize200 {
    font-size: 200%;
}

.fontsize250 {
    font-size: 250%;
}

.fontsize300 {
    font-size: 300%;
}