button {
    border: groove 3px #de3b9f;
    border-radius: 10px;
    background: url(sparklebackground.gif);
    background-size: 30px;
    color: aliceblue;
    font-family: 'YosterIslandReg';
}
select {
        border: groove 3px #de3b9f;
    border-radius: 10px;
    background: url(sparklebackground.gif);
    background-size: 30px;
    color: aliceblue;
    font-family: 'YosterIslandReg';
}
option {
    background: #3b063b;
border-radius: 10px;
    color: #b6d4ef;
    font-family: 'YosterIslandReg';
}
