body{
    background-color: rgb(66,66,66);
}
header img{
    width: 50px;
    height: 50px;
}
.hero{
    height: 66vh;
    background-image: url(assets/burger3.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}