#logo {
    max-width: 220px;
}

body {
    max-width: 950px;
    font-size: 14px;
    margin: auto auto 10px;
}

#introduction, #contact,#carouselExampleInterval {
    margin-top: 20px;


}

#introduction > p {
    text-indent: 2em;
}

footer {
    max-width: 950px;
    width: 100%;
    position: absolute; left: 50%;

    margin: 30px auto 10px;
    text-align: center;
    transform: translate(-50%, -50%);
}
.container{
    margin-top: 20px;
}
.carousel-control-next-icon-bg{
    fill: green;
}