body {
    margin: 0;
    background-color: #073642;
    background-image: url('background.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%
}
.logo {
    width: 25%;
}
.logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}