/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.logo-header-planetar {
	position: absolute;
    z-index: 2;
    /* bottom: 220px; */
    /* left: 50%; */
    /* background: red; */
    /* width: 200px; */
    /* height: 200px; */
    
    /* font-size: 2rem; */
    text-align: center;
    color: #222;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.logo-header-planetar img{
	max-width: 300px;
}
#img-qs img{
	max-width: 70%;
	border-radius: 3px;
}