body {
    margin: 0;
    padding: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(240,240,249); /* light, soft, cool grey */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.container {
    text-align: center;
}

.imagine {
	font-size: 42px;
}

.text {
    font-size: 48px;
    color: rgba(50, 71, 100, 0.67);
}
