    *{
      font-size: 21px;
    }

    body {
      background-image: url('../img/backgp4.jpeg');
    }


    .container{

      border: 5px solid black;
      border-radius: 40px;
      /* height: 100%; */
      width: 375px;
      padding: 1rem;
      background-color:dodgerblue;
      padding-right: 40px;
      
    }

    form{
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: right;
     

    }

    /* Set a style for the submit button */
    .btn {
      background-color: darkblue;
      color: white;
      border: none;
      border-radius: 10px;
      cursor: pointer;
      opacity: 0.9;
      padding: 10px;
      font-weight: bold;

    }

    .btn:hover {
      opacity: 1;
      background-color: yellow;
      color: darkblue;
    }

    #error {
      width: 100%;
      display: none;
      align-items: center;
      justify-content: center;
      color: red;
    }
    #message{
      padding-top: 1rem;
    }
    #register{
      color: white;
      text-align: center;
      font-weight: bold;
      font-size: 30px;
      margin-top: 20px;


    }
    #register:hover{
      color: yellow;
    }