*{
    margin: 0;
}
.banner{
    height: 100vh;
    background-image: url('Mondocabeçario.jpg');
    background-size: cover;
}
.banner img{
    height: 100px;
    margin-top: 40px;
    margin-left: 10vh;
}
.banner .site{
    display: flex;
    margin-top: 10vh;
    margin-left: 55vh;
    color: white;
    font-size: 60px;
    font-family: 'Roboto', sans-serif;
}