body {
    font-size: 1.6rem;
    font-family: sans-serif;
    text-align: center;
    transition-duration:  all 0.7s;
        
}

.logoplace {
    width: 70%;
    padding-top: 5vh;
}

.instructions {
    color: #00b7ff;
    
}

#holder {
    width: 600px;
    height: 600px;
    align-self: center;
    justify-self: center;
    padding-top: 2.5vh;
    
}

.botlayer {
    background-color: #00b7ff;
}

#rollResult {
    font-size: 4rem;
    color: white;
    padding-bottom: 30px;
    padding-top: 30px;
}