* {
    text-align: center;
    font-family: "Roboto Mono", monospace;

  }
  
  body {
    min-height: 400px;
    background-image: url("https://www.alura.com.br/assets/img/imersoes/dev-2021/tabela-classificacao-bg.png");
    background-color: #111;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  
  .container {
    text-align: center;
    padding: 20px;
    height: 100vh;
  }
  
  .page-title {
    color: #ffffff;
    margin: 0 0 5px;
  }
  
  .page-subtitle {
    color: #ffffff;
    margin-top: 5px;
  }
  
  .page-logo {
    width: 200px;
  }
  
  .alura-logo {
    width: 40px;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  
  table {
    border: 2px solid white;
    border-collapse: collapse;
  }
  
  h1 {
    color: white;
  }
  
  th,
  tr,
  td {
    border: solid 1px white;
    color: white;
  }
  
  button {
    background-color: #002351;
    color: #f6f6f6;
    margin: 3px;
  }
  
  #divBotao{
    display: flex; 
    justify-content: end; 
    margin-bottom: 5px;
  }

  #botaoLimpar{
    font-size: 20px;
    background-color: rgb(136, 1, 13);
    
  }

  #botaoAdicionarJogador{
    font-size: 20px;
    color: #fff;
    background-color: rgba(3, 99, 13, 0.655);
    
  }
  
  #botaoExcluirJogador{
    font-size: 20px;
    color: #fff;
    background-color: rgb(86, 99, 3);
  }

