* {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

body {
    font-size: 32px;
}

.mb-20 {
    margin-bottom: 20px;
}

.container {
    width: 400px;
    margin: 0 auto;
    text-align: center;
}

.title {
    position: relative;
    font-size: 48px;

}

.marker {
    width: 100%;
    height: 35%;
    background-color: #a2a2a270;
    position: absolute;
    bottom: 5%;
    z-index: -1;
}

.startButton {
    background-color: #333;
    color: #fff;
    padding: 4px 60px;
    border: none;
    outline: none;
    border-radius: 8px;
    cursor: pointer;
}

.startButton:hover {
    opacity: 0.7;
}

.question {
    color: gray;
}

.clear {
    color: #03a9f4;
}

.typeform {
    text-align: center;
    outline: none;
    border: none;
}

.typeFormWrapper {
    border-bottom: 1px solid gray;
}

.gauge {
    height: 12px;
transition: all .3s ease;
}

.gaugeWrapper {
    border: 1px solid;
    height: 12px;
}