@charset "utf-8";
/* CSS Document */

.col {
    border: 2px solid #000;
    padding: 15px;
    margin: 10px;
    border-radius: 10px;
}

body {
    background-color: #f4f4f4;
}

.col {
    font-family: 'Arial', sans-serif;
}

.carousel-caption h5 {
    color: #000000;
    font-weight: bold;
	font-size: 30px;
}

.carousel-caption p {
    color: #000;
}