body {
    padding: 0;
    margin: 0;
    background-color: rgba(255, 235, 205, 0.75);
}

.app {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
}

.logo {
    display: flex;
    justify-self: center;
    align-self: center;
    width: 15vw;
    min-width: 250px;
    height: auto;
    padding-right: 5%;
}