
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Markazi+Text:wght@400..700&family=Noto+Serif+Hebrew:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body {
    background-color: #ffff94;
    color: #664300;
    font-family: "Fira Sans", sans-serif;
}

h1 {
    font-family: "Fira Sans", sans-serif;
    font-weight: 900;
    font-style: italic;
    text-align: center;
    font-size: 100px;
}
h2 {
    font-family: "Fira Sans", sans-serif;
    font-weight: 600;
    font-style: italic;
    text-align: center;
}

table{
    border-collapse: collapse;
    width: 100%;
}

.content, th {
    width: 20px;
    height: 40px;
}

.content:nth-child(2n + 1) {
    background-color: #efb810;
    color: rgba(245, 245, 245, 0.87);
}

tr:nth-child(even) {
    background-color: #f9db5c;
    color: rgb(240, 248, 255);
}
p {
    font-family: "Fira Sans", sans-serif;
    font-weight: 380;
    font-style: normal;
    color:#5f3e04;
}
dt {
    font-family: "Fira Sans", sans-serif;
    font-weight: 500;
    font-style: normal;
}

dd {
    font-family: "Fira Sans", sans-serif;
    font-weight: 300;
    font-style: normal;
}

a {
    color: #232;
    font-style:oblique;
    font-weight: 500;
}
img{
    display: block;
    margin: auto;
}
.cerebro {
    width: 150px;
    display: block;
    margin: auto;
}
form {
    background-color:#f9db5c;
    padding: 10px;
    display: block;
    margin: auto;
    text-align: center;
    border: #5f3e04, solid, 2px;
}
input {
    background-color: #ffff94;
    border-radius: 5px;
    border: 0;
    width: 400px;
    height:20px;
}
button {
    font-family: "Fira Sans", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #664300;
    background-color: #efb810;
    border: 0;
    width: 80px;
    height: 25px;
}
foot {
    background-color: #f9db5c;
    display: flex;
    justify-content: center; 
    height: 50px;
    margin: auto;
    align-items: center;
}
#return {
    display: block;
    margin-left: 10px;
}