html, body {
    width: 100%;
    height: 100%;
    margin: 0;
}

.container {
    width: 100%;
    height: 100%;
		background: #566071;
    # background: linear-gradient(33deg, #0b3456, 60%, #636261);
}

.parent {
    display: flex;
    justify-content: center;
    align-items: center;
}
.child {
		filter: drop-shadow(3px 5px 2px rgba(0, 0, 0, 0.4)); 
}
.logo-svg {
  filter: drop-shadow(3px 5px 2px rgba(0, 0, 0, 0.4));
}