*{
    padding: 0px;
    margin: 0px;
  }
  
  body{
    background: #f5f5f5;
    font-family: monospace;
  
      padding-bottom: 90px;
      margin: 0px;
  }
  

  .Label{
    font-size: 18px;
    font-family: 'Roboto';
  }

  #cabecalho{
    background-color: #039be5;
    color: white;
    font-size: 22px;
    font-family: 'Roboto';  
    /* width: 400px; */
    width: 100%;
    height: 75px;
    top: 210;
  }
  
  
  /* Tratamento dos Botoes */
  #Msg {
    font-size: 25px;
    font-family: 'Roboto';
  
    color: #195999; */

    border-radius: 10px;

    padding: 5px;
    text-align: center;
    width: 100%;   
  }

  a.Msg1 {
    font-size: 20px;
    font-family: 'Roboto';
    color: #1E90FF;
    border-radius: 4px;

    padding: 5px;
    text-align: center;
    width: 100%;   
  }


   