.container {
    display: flex;
    justify-content: center;
    align-items: center; 
  }

  <style>
  body{
      background-image: linear-gradient (yellow, blue);
  }
</style>