﻿/*################################################### SLOGAN #########################################################*/

.slogan {
    position: relative;
    height: 150px;
    background-image: url("../images/asfalt.png");
    display: flex;
    align-items: center;
}

.slogan h1 {
    color: white;
    width: 100%;
    position: absolute;
    padding: 0;
    margin: 0;
    font-weight: bolder;
    font-size: 34px;
    text-align: center;
}