
*{
    padding: 0%;
    margin: 0%;
}
body{
    text-align: center;
    background-color: #08213d;
}

img.logo{
    width: 300px;
    height: 75px;
    align-items: center;
    border: none;
    filter: none;

}

h1{
    background-color: #05172c;
    filter: drop-shadow(0 0 15px rgb(2, 9, 19));
}

img{
    width: 350px;
    height: 70px;
    border: solid 2px white;
    filter: drop-shadow(0 0 10px rgb(26, 65, 119));
}

img :hover{
    filter: drop-shadow( 0 0 10px rgb(255, 255, 255) );
}