
* { padding: 0px; margin: 0px auto; }
body { font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;    line-height: 1.75; font-size: .875rem;}

  .main-box {    max-width: 500px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;     padding: 20px;}
  .main-box img {max-width: 200px;}
  .main-box h1 {    padding: 10px 0px; margin-bottom: 15px;}
  .main-box p {}
  .btns {    display: flex;
    margin-top: 50px;
    align-items: center;
    justify-content: center;}
  .btns a {    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #0288D1; gap: 5px;}