html, body {
    margin: 0;
    padding: 0;
}

.background {
    width: 100vw; 
    height: 100vh; 
    background-color: #1f9433;

    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-box {
    
}

.logo {
    max-width: 90%;
    width: 800px;
    height: auto;
}