body {
    background: #ebebeb;
    background: radial-gradient(circle, rgba(235, 235, 235, 1) 24%, rgba(217, 215, 215, 1) 100%);
}
 
 .container {
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 100vh;
     flex-direction: column;
  }
  
  .centered-content {
      display: flex;
      justify-content: center;
      align-items: center;
  }

  .block {display:block;}
.location {
    text-align:center;
     font-size:26px; 
     font-family: "Black Ops One";
      color:#777;}

img.flex-logo {
    max-width: 90%;
    height:auto;
}