body{
    background-image: url(cemi.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
a:link, a:visited {
    background-color: rgb(16, 63, 134);
    padding-top: 60px;
padding-bottom: 60px;
padding-left: 50px;
padding-right: 50px;
margin-top: 15%;
margin-left: 24%;
border-radius: 2px;
    -webkit-box-shadow: 5px 5px 5px 0px #09232e, inset 4px 4px 15px 0px #09232e, 5px 5px 15px 5px rgba(16, 8, 44, 0.692); 
    box-shadow: 5px 5px 5px 0px #09232e, inset 4px 4px 15px 0px #09232e, 5px 5px 15px 5px rgba(16, 8, 44, 0.692);
        color: rgba(8, 8, 8);
        text-align: center;
        text-decoration: none;
        display: inline-block;
      }
      a:hover, a:active {
        background-color: rgb(4, 67, 161);
      }
  a.cadastrar:link, a.cadastrar:visited{
    background-color: rgb(16, 63, 134);
    padding-top: 30px;
padding-bottom: 30px;
padding-left: 30px;
padding-right: 30px;
margin-top: 8%;
margin-left: 38%;
border-radius: 2px;
    -webkit-box-shadow: 5px 5px 5px 0px #09232e, inset 4px 4px 15px 0px #09232e, 5px 5px 15px 5px rgba(16, 8, 44, 0.692); 
    box-shadow: 5px 5px 5px 0px #09232e, inset 4px 4px 15px 0px #09232e, 5px 5px 15px 5px rgba(16, 8, 44, 0.692);
        color: rgba(8, 8, 8);
        text-align: center;
        text-decoration: none;
        display: inline-block;
  }    

      a.cadastrar:hover, a.cadastrar:active {
        background-color: rgb(4, 67, 161);
      }
h2{
    color: rgb(244, 244, 245);
    font-size: xx-large;
}
