.container {
			display: flex;
			flex-direction: column;
			align-items: center;
			justify-content: center;
			height: 100vh;
			background: #222326;
		}

		.image {
			width: 200px;
			height: auto;
			margin-bottom: 20px;
		}

		body {
          margin:0;
          height:100%;
          background: #222326;

          background-size: 100% 100%;
        }