body {
    background: #233047;
  }
  
  .container {
    max-width: 400px;
  }
  
  h1 {
    font-size: 2.2rem;
  }

  .time-icon {
    position: relative;
    top: -50px;
    max-width: 100%;
    border-radius: 50px;
    margin-bottom: -50px;
  }

  footer {
    background: white;
    border-radius: 100px;
    margin:auto;
    margin-top: 20px;
    box-shadow: 2px 2px 5px rgb(0, 195, 255);
  
   
  }
  
  p {
    margin: 0px;
    text-align: center;
    font-family: font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight: 500;
  }
  
  a {
  color: black;
  }

  a:hover {
      color: black;
  }
