* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    border:0;
}
/* unvisited link */
a:link, a:visited {
    color:white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
}

a:hover, a:active {
  color: white;
  font-size: 18px;
}

body {
    text-align: center;
    width: 100%;
    height:100%;
}
#result {
    font-size: 48px;
    margin: 0 auto;
    width: 100%;
    height: 90px;
    /* border-radius: 4px; */
    background-color: cornflowerblue;
    color: white;
    line-height: 90px;
    text-align: center;
}

canvas {
    width: 100%;
    object-fit: contain;

    display: block;
    margin: auto;
    /* position: relative; */
    top: 4vh;
    transform: translateY(0%);

}
#arrow {
    position: absolute;
    top: -3%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 56px;
    color: rgb(134, 134, 134);
}

#spinButton {
    width: 400px;
    height: 30px;
    font-size: 22px;
    border-radius: 4px;
}

.caja1 {
    width: 375px;
    height: 60%;
    padding: 0;
    margin: 0 auto;
    /* margin-top: 30px; */
    background-color: rgb(244, 244, 244);
}

.caja2 {
    width: 400px;

    /* height: 40%; */
    padding: 0;
    margin: 0 auto;
    margin-top: 30px;
    background-color: rgb(244, 244, 244);
}
    
#contador {
    font-size: 142px;
}

button {
    background-color: gray;
    width: 400px;
    height: 30px;
    font-size: 22px;
    background-color: rgb(217, 217, 217);
    border: 0px;
    border-radius: 4px;
}
button:hover {
    cursor: pointer;
}
.card-header{
    background-color: #6c757d!important;
    color: #fff!important;
}