
div.transbox {
    margin: 100px auto auto;
    /* margin-top: 10%;
    margin-left:auto; */
    max-width: 300px;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-size: auto auto;
    background-attachment: fixed;
    background-position: center;
    border: 1px solid black;
    opacity: 0.8;
    z-index: 2;
  }

/* div.loginbox {
  max-width: 100px;
} */
  
  div.transbox p {
    margin: 5%;
    font-weight: bold;
    color: #000000;
    opacity: 100;
  }


h1,h2 {
    font-weight: bold;
    text-align: center;
    color: black;
    text-shadow: 2px 2px brown;
}

h1 {
    font-size: 2.5rem;
}

h2 
{
    font-size: 3rem;
}