*{
    padding:0px;
    margin: 0px;
}

body,html{
    background-color: white;
    width:100%;
    height:100%;
}

#mainLogo{
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:300px;
}