body {
    background-color: #faf9f7;
    margin: 0px;
}

.container {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;

    .img-logo {
        max-height: 60vh;
        max-width: 40vw;
        margin-bottom: 20px;
    }
}