* {
    box-sizing: border-box;
}

body {
    margin: 0px;
}

h1{
    color: #000;;
}
h4{
    color: black;
}
.container2 {
    width: 70vw;
    min-width: 576px;
    max-width: 1200px;
    margin: 0px auto;
    text-align: justify;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}


.container1 {
    text-align: justify;
    width: 70vw;
    margin: 0px auto;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.logo {
    background-image: url(../img/road.jpg);
    object-fit: cover;
    background-position: bottom;
    background-size: cover;
    text-align: justify;
    color: #FDF5E6;
    text-shadow: 0px 0px 5px white;
}

h1 {
    font-weight: bolder;
    font-size: 30px;
}

#bold {
    font-weight: bold;
}

img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    box-shadow: 0px 0px 15px black;
    border-radius: 5px;
}

p h4 {
    padding: 0px;
}