/*changes the gradient of the background*/
body {
    background: linear-gradient(to bottom, white, grey);
}

/*clears the floating images and aligns the text to the center*/
.today {
    clear: both;
    text-align: center;
}