body { 
    background: #fafafa; 
    overflow-x:hidden;    
    color:black;
  font-family:'Century Gothic' ;
  font-style:normal ;
  font-size:12px;
  align-self: auto;
}
.parent{
position:relative;
width: 100%;
height: 100%;    
}

.child{
    top: 50%;
    left: 50%;
    transform:translate(35%, 50%);
}

