@charset "UTF-8";
/* CSS Document */
html {
	margin: 0; 
	padding: 0; 
	scroll-behavior: smooth;
}
body {
    background-image: url("../images/logo_websinges.png");
	background-color: #e45c41;
    background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
	background-size: 300px;
	height: 100%;
    padding: 0px;
    margin: 0px;
    text-align: center;
	pointer-events: none;
}

img {
width: 50%;
}
.middle {
  display: block;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
  z-index: 1;
}

.main {
  display: block;
}
