#header {
    text-align: center;
    height: 3em;
    background: coral;
    padding: 25px;
    margin-bottom: 1.5em;
    font-family: 'Bungee Shade', cursive;
    font-size: 32pt;
}

.col-lg-3 {
    width: 25%;
    height: 280px;
    border-width: 2px;
}

body {
    background-image: url("../images/pink_rice.png");
}

.crystals-box {
    text-align: center;
    background: white;
    padding: 20px;
}

.crystalImg {
    width: 100%;
    height: 90%;
    cursor: pointer;
}

.i-o {
    margin-right: 40px;
    font-family: 'Monoton', cursive;
    font-size: 30pt;
    text-align: center;
    height: min-content;
}

#instructions{
    margin-top: 15px;
    font-family: 'Bungee Shade', cursive;
    font-size: 20pt;
    text-align: center;
}