.jumbotron h2 {
    font-size: 32px !important;
}

.homepage-youtube {
    background-color: rgb(255, 49, 66);
    color: #ffffff;
}

.youtube-channel-link {
    display: block;
    padding: 10px 30px 10px 30px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
    border: 1px solid #ffffff;
    border-radius: 5px;
}
.youtube-channel-link:hover {
    background-color: #ffffff;
    color: #f03;
    text-decoration: none;
}
.youtube-screenshot {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}

.homepage-more-info {
    background-color: rgb(116, 196, 165);
}

.homepage-testimonials {
    background-color: rgb(212, 248, 135);
}
.homepage-testimonials p {
    font-size: 18px !important;
}