:root {
  --primary-color: #ff7833;
  --secondary-color: #313338;
  --secondary-color-light: #525661;
  --base-color: #d1e1da;
  --mania-color: rgb(214, 96, 27);
  --lfacil-color: rgb(145, 75, 185);
  --quina-color: rgb(78, 24, 163);
  --mega-color: rgb(38, 134, 86);
  --milionaria-color: rgb(31, 27, 134);
  --dupla-color: rgb(153, 12, 55);
  --tmania-color: rgb(192, 196, 9);
  --link-color: #99d3ba;
  --text-table:#edf8f3;
}

html{
    font-size: 62.5%;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    background-color:var(--base-color);
}

h1, h2, h3, h4, h5 {
    color: var(--primary-color);
}

body {
    display: flex;
    margin: 0;
    color: #252424;
    line-height: 1;
    text-decoration: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

form{
    width: 320px;
    background-color: var(--link-color);
    border-radius: 5px;
    box-shadow: 3px 3px 10px #42805a;
    padding: 1em;
}

fieldset{
    border: none;
    padding: 0;
    margin: 0;
}


input, label {
    display: block;
    width: 50%;
    box-sizing: border-box;
}

label{
    margin-bottom: .25em;
}

input{
    padding: .75em;
    border-radius: 5px;
    margin-bottom: 1.5em;
    border: 1px solid #bbb;
    font-size: 1em;
}

legend{
    padding: 1em;
    text-align: center;
    font-weight: bold;
    color: #454e4f;
    font-size: 1.2em;
}

.btn{
    width: fit-content;
    margin-left: auto;
    background-color:rgb(46, 18, 172);
    color:white;
    cursor: pointer;
}

.fontred{
    color: red;
    font-weight: bold;
    padding: 2em;
}

.alcentro {
    text-align: center;
}

a {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
}
a:hover	{
    color:blue;
    text-decoration: none;
}

.container {
    font-size: 1.5rem;
}

