* {
  margin: 0;
  box-sizing: border-box;
}

body {
  background: linear-gradient(#00adff 0%, #eee 100%);
}

img {
  display: none;
}