.Logo{
    width: 12%;
    height: 12%;
    display: inline-block;
    margin: 4%;
    transition-duration: 200ms;
    transition-timing-function: ease-in-out;
}
.Logo:hover{
    box-shadow: 5px 3px 10px black;
}
.ic{
    width: 100%;
}