*{
margin: 0;
padding:0;
}
.calculator{
font-family: 'Gabriela', serif;
font-weight:400;
max-width:300px;
margin: 10px auto;
border:2px solid #8ac1c5;
background-color: #c7f0f0;
padding:10px;
}
.calc{
font-size: 22px;
font-weight:500;
text-align:center;
}
.calc_item{
font-size:18px;	
margin: 0.5em;
font-weight:500;
}
.red{
color:red;
}
.button, .button2{
float:right;	
}
#n1{
width:60px;
height:30px;
text-align:center;
font-size:18px;
border:1px solid #05f77e;
}
#n2{
width:60px;
height:30px;
text-align:center;
font-size:18px;
border:1px solid #05f77e;
}
#n3{
width:60px;
height:30px;
text-align:center;
font-size:18px;
border:1px solid #05f77e;
}
#n4{
width:60px;
height:30px;
text-align:center;
font-size:18px;
border:1px solid #05f77e;
}
#n5{
width:60px;
height:30px;
text-align:center;
font-size:18px;
border:1px solid #05f77e;
}
button{
display: inline-block;
width:98px;
margin:5px;
font-size:18px;	
background-color: #eaf1f1;
}
#out{
font-size:18px;
color:red;
font-weight:bold;
}
#out2{
font-size:18px;
color:red;
font-weight:bold;
}
