input {
    outline: none;
}

.description p,
.description div {
    margin-bottom: 1rem;
}

.dial {
    width: 90px;
    height: 90px;
}

.dial svg {
    width: inherit;
    height: inherit;
    transform: rotate(-90deg);
    border-radius: 50%;
}

.dial circle {
    fill: #ddd;
    stroke-width: 32;
    stroke-dasharray: 0 100;
}

.dial .inner-circle {
    fill: #fff;
}

.dial .dial-text {
    position: relative;
    background-color: transparent;
    width: inherit;
    height: inherit;
    text-align: center;
    font-size: 26px;
    top: -100px;
}
