body, html {
  background: linear-gradient(45deg, #1CB5E0 0%, #000851 100%);
  height: 100%;
  margin: 0;
  padding: 0;
  user-select: none; 
  -webkit-user-select: none;      
  -moz-user-select: none;
  -ms-user-select: none;
}

p {
  color: #fff;
  font-family: 'Open Sans','Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
  margin: 5px;
  padding: 0;
  text-align: center;
}
    
.container {
  align-items: center;
  display: grid;
  height: 100%;
  justify-items: center;
  margin: 0;
  padding: 0;
}
