

body
{
    padding-top: 56px;
}

.section
{
    #display: flex;
    align-items: center;
    justify-content: center;
    scroll-snap-align: start;
    overflow: hidden;
}


.bg-blue
{
    background-color: #3498db;
    color: #fff;
}

.bg-yellow
{
    background-color: #f39c12;
    color: #fff;
}

.bg-red
{
    background-color: #e74c3c;
    color: #fff;
}
.h1
{
    font-size: 120px;
}

