/* CSS Document */

body {
    background-color: #1E0606;
}

.container {
	max-width: 1920px;
}

.carousel-item h5 {
    font-size: 7.25rem;
    font-family: cabin-sketch;
    font-style: normal;
    font-weight: 400;
    text-shadow: 2px 2px #ff0000;
}

.carousel-item p {
    font-size: 2rem;
    font-family: cabin-sketch;
    font-style: normal;
    font-weight: 400;
	text-shadow: 1px 1px #ff0000;
}
