body {
        background-color: #ffffff;
        font-family: Arial, sans-serif;
        text-align: center;
      }

      h1 {
        margin-top: 50px;
        font-size: 48px;
        color: #333;
      }

      .Img {
        max-width: 200px;
        margin-top: 50px;
      }

	  .logo {
        width: 300px; 
		height: 200px
      }
      p {
        font-size: 24px;
        color: #666;
      }

      small {
        font-size: 12px;
        color: #999;
        margin-top: 100px;
        display: block;
      }