@import "colors.css";

body {
	width: 100%;
    padding: 0px;
    overflow-x: hidden;
    background-color: var(--background_body_color);
}