@charset "utf-8";
/* CSS Document */
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
  	justify-content: center;
    align-items: center;
    background-color: #f0f2f5;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif"
}
.container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

