body {
    background: #000;
    color: #42526e;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto",
    "Oxygen", "Ubuntu", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    margin: 0 auto;
    padding: 0 16px;
    
}

.container {
    display:flex;
    justify-content: center;
    align-items: center;  
    height:90vh;
}

.lrw-logo {
    max-width:100%;
    max-height:100%;
}

.footer {
    text-align: center;
    /* margin-top:2em; */
}