* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;


}

body{
    background:#ffffff;
}

.container{
    width:100%;
    height:100vh;
    display:flex;
    align-items: center;
    justify-content:center;
}


.front-logo{
    width:512px;
    height:auto;
    image-rendering: pixelated;
}