﻿body{
    padding-bottom:90px;
}

h2.text-center {
    color: #2c3e50;
    margin-bottom: 20px;
    font-weight: bold;
}

.carousel {
    max-width: 800px;
    margin: 0 auto;
}

.carousel-item img {
    height: 450px;
    object-fit: cover;
}

.carousel-caption {
    padding: 10px;
}

.carousel-inner {
    border-radius: 50px;
}