


h1{
color: rgba(100, 131, 246, 1);
}

h2{
color: rgba(100, 131, 246, 0.7);
}

h3{
color: rgba(100, 131, 246, 0.5);
}

h4{
color: rgba(100, 131, 246, 0.3);
}

pre{
    color: mediumblue;
    font-size: 20px;
}

#valueholder{
  display: block;
    text-align: center;
    margin: 0 auto;
    font-size: 50px;
    
}

#cbcontainer{
    display: block;
    text-align: center;
    background-repeat: no-repeat;

    
    
}

.destheme{
    margin: 0 auto;
      width: 300px;
     height: 300px;
      background-image: url("win95.jpg");
     background-position: bottom;
    background-size: 500px 400px;
      padding: 3%;
      border-style: outset;
      border-color: red;
     border-width: 5px;
    background-repeat: no-repeat;
}


.button{
    font-size: 25px;
    border-color: dimgray;
    border-style: outset;
    border-width: 4px;
    cursor: grab;
    transition: transform 0.1s; 
    
}

.button:hover{
    transform: scale(1.5); 
}

.break{
    font-size: 14px;
    background-color: red;
    border-color: teal;
    border-style: outset;
    border-width: 5px;
    cursor: progress;
    transition: transform .25s; 
}

.break:hover{
    transform: scale(5); 
    background-image: url(youareanidiot.png);
    background-size: 10px;
    background-repeat: repeat;
    
}

#rbran{
font-size: 25px;
color: #066904;
background-color: black;
padding 5px 25px;  
margin-left: 65;
}

.labes{
font-size: 25px;
color: #066904;
background-color: black;
margin-left: 85;
}


#lesserworker{
    display: block;
    position: absolute;
        margin-left: 300px;
       margin-bottom: 30px;
}