* {
  box-sizing: border-box;
}

body {
  background-image: url("../img/themrpoposlogo.jpg");
  background-color: #103960;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center center;
  background-attachment: fixed;
