﻿

html,
body {
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;

}
.banner h1, .banner h3, .banner h6 {
    margin: 0;
    text-shadow: 2px 2px 6px #000;
    text-align: center;
}

.banner {
    color: white;
    background: url(../img/bg.jpg) no-repeat;
    background-size: cover;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrapper .table tr td img{
    width: 100%;
    max-width: 45px;
}