@charset "UTF-8";
/* CSS Document */
body {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
	background-color: black;
}

img {
    max-width: 50%;
    height: auto;
}
