.container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90vh;
  width: 90vw;
}

h1{
    
    color: #fff;
    text-shadow: 0 0 10px #000;
    text-transform: uppercase;
}

body{
    background: rgb(185,255,237);
background: radial-gradient(circle, rgba(185,255,237,1) 0%, rgba(0,142,104,1) 81%, rgba(23,91,73,1) 100%);
}