.framescontainer {
  display: flex;

}

button {
  width: 100px;
  height: 50px;
}

.frame{
width:20vw;
height:65vh;

padding:5px;
overflow:auto
}
#minus2{
border-style:dotted;	
}
#minus1{
border-style:dotted;	
}
#showing{
border-style:solid;	
font-size:x-large;
}
#plus1{
border-style:dotted;	
}
#plus2{
border-style:dotted;	
}