@font-face {
    font-family: Graphik;
    src: url(./Graphik-Medium-Web.woff);
}

html,
body {
    height: 100%;
    font-family: Graphik, Arial, Helvetica, sans-serif;
}

.question {
    height: 100%;
    display: flex;
    align-items: center;
    /* background: linear-gradient(120deg, white 0%, white 75%, lightblue 75%, lightblue 75%); */
}

.innerQuestion {
    max-height: 100%;
}

.wheel {
    width: 100%;
    float: left;
    text-align: center;
    height: 100%;
    overflow: hidden;
    background-image: url("./logo.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
    padding: 1vw;
}

#spin {
    height: 0.9in;
    width: 95%;
    background-color: #007bff;
    color: white;
    border: none;
}

.main-container {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.spin-container {
    height: 1in;
    text-align: center;
}

.spin-btn {
    font-size: 0.5in;
    line-height: 0.5in;
}

.no-bkg-image {
    background-image: none !important;
}

.overflow-auto {
    overflow: auto;
}

@media (orientation: landscape) {
    .wheel {
        font-size: 10vh;
    }
}

@media (orientation: portrait) {
    .wheel {
        font-size: 5vh;
    }
}
