*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  height: 100%;
  background-color: #0099cb !important;
}

.blue-grey.darken-1 {
    background-color: rgba(19, 10, 10, 0.64) !important;
}