/*This is where you write your css*/
/*CSS helps you style your page e.g colours, padding, */
/* This is some custom CSS to create a little space from the images*/

.carousel {
    margin-bottom: 1cm;
}