.outer{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
    font-size: 1.3rem;
}

#myButton{
    margin-left: 10px;
    padding: 5px 4px;
    font-size: 1em;
    background-color: hsl(246, 100%, 64%);
    border:none;
    font-weight: bold;
    color: aliceblue;
    border-radius: 7px;
    box-shadow: 3px 3px 10px hsla(0, 0%, 0%, 0.4);
    cursor: pointer;

}
#myButton:hover{
    background-color: hsl(246, 100%, 54%);
}

#textbox{
    margin-left: 10px;
    text-align: center;
    font-size: 1.1em;
    width: 60px;
    border-radius: 5px;
}

#myLabel{
    font-weight: bold;
}

#diceResult{
    margin-top: 20px;
    font-weight: bold;

}


#diceImages img{
    margin-top: 20px;
    width: 150px;
    border-radius: 45px;
    
    
}