@charset "UTF-8";
body {
  background: url(gradient.jpg) no-repeat;
  background-size: 100%;
}
.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -150px;
  margin-left: -500px;
  height:300px;
  width:1000px;
}