body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.container {
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo {
    width: 300px;
}