html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    background-image: url(../images/background.png);
}

.footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 60px;
    line-height: 60px;
    background-color: #f5f5f5;
    text-align: center;
}

.container {
    max-width: 960px;
    background: white;
    padding: 1%;
    margin-top: 2%
}
.carousel .indicators .indicator-item.active {
    background-color: #00e676;
}

.carousel .indicators .indicator-item {
    background-color: black;
}

.carousel .carousel-item {
    height: 300px;
}

a {
    font-family: 'Neucha', cursive;
}

.project-title {
    color: white;
    text-align: center;
    font-size: 3vh;
    background-color: #00e676;
}

.card-img {
    width: 100%;
}
h2 {
    text-align: center;
}

p {
    margin: 0;
}