      body {
        font-family: Roboto, Arial, sans-serif;
        color: rgba(0,0,0,0.87);
      }

      a {
        color: rgb(3,155,229);
      }

      #message {
        max-width: 400px;
        margin: 40px auto;
        background: white;
        padding: 16px 24px;
        text-align: center;
      }

      #message h1 {
        font-size: 22px;
        font-weight: 500;
        text-align: center;
        margin: 0 0 16px;
      }

      #message p {
        font-weight: 300;
        line-height: 150%;
      }

      #message ul {
        list-style: none;
        margin: 16px 0 0;
        padding: 0;
        text-align: center;
      }

      #message li a {
        display: inline-block;
        padding: 20px;
        margin: 10px;
        text-transform: uppercase;
        text-decoration: none;
        font-weight: 500;
        background-color: #ef5329;
        color: white;
        font-size: 20px;
        box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
      }
