.converter{
    height: 100vh;
}

.uk-card-default {
    border-radius: 8px;
}

.uk-button-primary {
    background-color: hsla(200, 100%, 50%, 1.0);
    border-radius: 8px;
}

.colorinfotype {
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 4px;
}
.uk-input {
    text-transform: uppercase;
    border-radius: 8px;
}
.uk-input:focus {
    border-color: hsla(200, 100%, 50%, 1.0);
    outline: none;
    box-shadow: 0 0 16px hsla(200, 100%, 50%, .5);
}
.uk-margin-top {
    margin-top: 48px !important;
}
.uk-margin-my-top {
    margin-top: 12px;
}