*{
    color: white;
}

#container {
 
 /*width:1400px; */
 display: flex;
	clear: both;

}

#prog {
  background-color:gray;
  width: 511px; 
  height: 500px;
  
  font-style: ;
  font-weight: bold;
  font-size: 25px;
}
.keyword {
 color: rgb(190, 127, 10);
}
.infun{
color: rgb(96, 58, 139)
}

#discription{       
  align-items: Top;

  display: flex;
  justify-content: center;
}
.button 
  {
    align-items: center;
    background-color: #6b97c0;
    box-shadow: 
      12px 12px 16px 0 rgba(0, 0, 0, 0.25),
      -8px -8px 12px 0 rgba(9, 80, 121, 0.3);
    border-radius: 50px;
    
    height: 40px;
    justify-content: center;

    width: 80px;
  }


#input_{
 margin-left: 10px;
}
.spc1 {
 padding-left: 20px;
}
.spc2 {
 padding-left: 40px;
}
td{
  float: top;
  position:realtive ;
 color: black;
 font-size: 20px;
}


#explanation {
  width:  328pxp;
  justify-content: center;
  
}

.inp1{
  display: flex;
  flex-direction: row;
}

.buttons{
  display: inline;
  text-align: center;
}

td{
  width: 25px;
}

.allprime{
display: block;
width: 100px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}


.container {
  position: relative;
  width: 50%;
}

/* Make the image responsive */
.rotate img{
  width: 60px;
  height: 60px;
}
.rotate{
  display: flex;
  margin-top: 10px;
}

/* Style the button and place it in the middle of the container/image */
.rotate .btn {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #555;
  color: white;
  font-size: 16px;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

.container .btn:hover {
  background-color: black;
}


#button3{
  
}
