.App {
    text-align: center;
}

.App-logo {
    height: 40vmin;
}

.App-header {
    background-color: #282c34;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: calc(10px + 2vmin);
    color: white;
}

.App-link {
    color: #09d3ac;
}

.manifest-link {
    text-decoration: none;
    margin: 1em;
    color: #efefef;
    opacity: 0.4;
    cursor: pointer;
}
.manifest-link:hover {
    opacity: 1;
}
