*{
  box-sizing: border-box;
}
body{
  background-image: url("../image/background.jpg");
  background-size: cover;
  font-family: 'Poppins', sans-serif;
}
.background{
  position: relative;
  width: 100%;
  height: 790px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
#calculadoraBackground{
  background-image: url("image/Calculadora.png");
  background-size: contain;
  width: 432px;
  height: 78%;
  margin-top: 2rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.tela{
  width: 344px;
  height: 102px;
  background-image: url("image/backgroundCalc.png");
  background-repeat: repeat;
  text-align: right;
  margin-top: 39px;
}
.teclado{
  display: flex;
  flex-flow: row wrap;
  margin-top: 16px;
  width: 354px;
  height: 373px;
  justify-content: space-between;
}
.teclado img{
  width: 22%;
  height: 62.91px;
}
@font-face {
  font-family: digital;
  src: url("fonts/digital.ttf");
}
#display{
  font-family: digital;
  font-size: 5em;
}
.row{
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
}
.col1{
  width: 75%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
}
.col2{
  display: flex;
  width: 25%;
  align-items: flex-start;
}
#mais{
  width: 90%;
  height: 100%;
  margin-left: 10px;

}
.teclado .row .col1 img{
  width: 29%;
  height: 62.91px;
}

.container-livro{
  width: 33%;
  height: 40rem
}
.livro{
  width: 100%;
  height: 100%;
  background-image: url('image/livro.png');
  background-size: cover;
  transform: rotateZ(10deg);
  padding: 3rem;
  padding-right: 6rem;
}
.conteudo-entradas{
  width: 100%;
  height: 20%;
  margin-top: 3rem;
}
.conteudo-entradas h3{
  color: #17b456;
}
.conteudo-entradas ul li span{
  color: #17b456;
  font-weight: bold;
}
.conteudo-saidas{
  width: 80%;
  height: 20%;
  margin-top: 0.2rem;
}
.conteudo-saidas h3{
  color: #b42a17;
}
.conteudo-saidas ul li span{
  color: #b42a17;
  font-weight: bold;
}



.titulo-container{
  width: 100%;
  height: 15%;
  color: #b42a17;
  border-radius: 1rem;
}
.titulo-container h1{
  font-size: 5rem;
  font-family: 'Luckiest Guy', cursive;
  text-shadow: 2px 2px 5px #000;
}
.titulo-container h1 span{
  color: #17b456;
}
.notas-container{
  width: 30%;
  height: 38rem;
  background-image: url('image/notas.png');
  background-size: cover;
  margin-top: 4rem;
  padding: 1.5rem;
  text-align: center;
}

.notas-container h2{
  color: #b42a17;
}

.nota-input{
  width: 90%;
  margin: 0.5rem 1rem;
  height: 80%;
  resize: none;
  border: 0px;
  background: transparent;
  font-size: 1.1rem;
}
@media (max-width: 1000px){

  #calculadoraBackground{
    margin-top: 50px;
    background-repeat: repeat;
  }
  .notas-container{
    width: 70%;
    order: 2;
  }
  .container-livro{
    width: 60%;
    margin-top: 3rem;
  }
  .titulo-container h1{
    font-size: 3rem !important;
  }
  .titulo-container{
    text-align: center;
  }
  .background{
    justify-content: center;
  }
}
@media (max-width: 450px){

  #calculadoraBackground{
    width:98%;
    height: 134vw;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .tela{
    width: 80%;
    height: 23vw;
    margin-top: 8.2vw;
  }
  #display{
    font-size: 20vw;
  }
  .teclado{
    width: 81%;
    height: 81vw;
    margin-top: 4.8vw;
  }
  .teclado img, .teclado .row .col1 img{
    height: 13vw;
  }
  .titulo-container h1{
    font-size: 2rem !important;
  }
  .titulo-container{
    height: 2rem;
    text-align: center;
  }
  .notas-container{
    width: 90%;
    order: 2;
    margin-top: 1rem;
  }
  .container-livro{
    width: 90%;
    order: 3;
  }

}

 
  *{
  box-sizing: border-box;
}

input{
font-size:1.5em;
background-color:#333333;
color:#fff;
}

input#opAC{
background-color:red;
font-size:25px;
color:#fff;

}
  
  input#num09{
   margin-top:1px;
 width: 77.8px;
    height:62.91px;
	border-radius:10px;
	 margin-bottom:5px;
  }
  
   input#num08{
    margin-top:1px;
 margin-bottom:5px;
  width: 77.8px;
    height:62.91px;
	border-radius:10px;
  }
  
    input#num07{
	 margin-top:1px;
 margin-bottom:5px;
  width: 77.8px;
    height:62.91px;
	border-radius:10px;
  }
    input#num06{
	 margin-top:1px;
 margin-bottom:5px;
  width: 77.8px;
    height:62.91px;
	border-radius:10px;
  }
    input#num05{
	 margin-top:1px;
 margin-bottom:5px;
  width: 77.8px;
    height:62.91px;
	border-radius:10px;
  }
    input#num04{
	 margin-top:1px;
 margin-bottom:5px;
  width: 77.8px;
    height:62.91px;
	border-radius:10px;
  }
    input#num03{
	 margin-top:1px;
 margin-bottom:5px;
  width: 77.8px;
    height:62.91px;
	border-radius:10px;
  }
    input#num02{
	 margin-top:1px;
 margin-bottom:5px;
  width: 77.8px;
    height:62.91px;
	border-radius:10px;
  }
    input#num01{
	 margin-top:1px;
 margin-bottom:5px;
  width: 77.8px;
    height:62.91px;
	border-radius:10px;
  }
    input#num0{
	 margin-top:1px;
 margin-bottom:5px;
  width: 77.8px;
    height:62.91px;
	border-radius:10px;
  }
    input#op01{
	 margin-top:1px;
 margin-bottom:5px;
  width: 77.8px;
    height:62.91px;
	border-radius:10px;
  }
  
     input#op02{
	  margin-top:1px;
 margin-bottom:5px;
  width: 77.8px;
    height:62.91px;
	border-radius:10px;
  }
  
     input#op03{
	  margin-top:1px;
 margin-bottom:6px;
  width: 77.8px;
    height:62.91px;
	border-radius:10px;
  }
  
     input#op05{
	  margin-top:1px;
 margin-bottom:5px;
  width: 77.8px;
    height:62.91px;
	border-radius:10px;
  }
     input#op04{
	  margin-top:1px;
 margin-bottom:5px;
  width: 77.8px;
    height:62.91px;
	border-radius:10px;
  }
  
       input#op06{
	  margin-top:1px;
 margin-bottom:5px;
  width: 77.8px;
    height:62.91px;
	border-radius:10px;
  }
       input#op07{
	  margin-top:1px;
 margin-bottom:5px;
  width: 77.8px;
    height:62.91px;
	border-radius:10px;
  }
       input#op08{
	  margin-top:1px;
 margin-bottom:5px;
  width: 77.8px;
    height:62.91px;
	border-radius:10px;
  }
  
       input#opAC{
	    margin-top:1px;
 margin-bottom:5px;
  width: 77.8px;
    height:62.91px;
	border-radius:10px;
  }
  
  td{
  width: 22%;
  height: 62.91px;
}

fieldset{
width:100%;
	
}

form{
clear:both;
    background-size: contain;
    width: 432px;
    height: 78%;
    margin-top: 2rem;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
	
	background-image: url(image/Calculadora.png);
}

input#visor {
    width: 344px;
    height: 102px;
 text-align: right;
    margin-top: 32px;
	margin-left:27px;	
	 font-family: digital;
  font-size: 5em;
	background-color:#ccc;
	}
	
	table#calc{
	margin-top:60px;
	margin-left:15px;
	}
	
	@font-face {
  font-family: digital;
  src: url("fonts/digital.ttf");
}
#display{
 
}
