body{
    text-align: center;
}

footer {
    background-color: #706e6e;
    text-align: center;
}

.featurette-divider {
    margin: 5rem 0;
}

.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem;
}

.featurette-image{
    border-radius: 50%;
}


.navbar{
    background-color: tomato;
    margin-bottom: 2em;
}


#welcome{
    text-align: center;
}

@media (min-width: 40em) {
    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}