
body {
	background-color: #d13024;
	display: flex; /* Establishes this element as a flex container */
    justify-content: center; /* Horizontally centers content within the container */
    align-items: center; /* Vertically centers content within the container */
    height: 100vh; /* Sets the body height to 100% of the viewport height */
    margin: 0; /* Removes default browser margin */
}
.code{
	width: 164px;
    height: 510px;
}
 