header{
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 2; 
    
}
header .container{
    display: flex;
    justify-content: space-between;
}
header .container .logo{
    padding: 15px, 0;
    height: 50px;
}
header .container .logo img{
    height: 150%;
}
header .container h2{
    color: white;
}