@import url('https://fonts.googleapis.com/css2?family=Courier+Prime&family=Gabarito:wght@400;700;900&family=Gloria+Hallelujah&family=Inter&family=Kablammo&family=Lato&family=Montserrat&family=Phudu&family=Roboto&display=swap');
.presets {
    height: 40px;
    width: 40px;
    display: inline-block;
    cursor: pointer;
}

input,
select {
    width: 100%;
}

#preview {
    padding: 15% 1%;
    text-align: center;
}

/* new css */
.blocks {
    position: relative;
    margin: 15px 0;
    padding: 39px 19px 14px;
    background-color: white;
    border: 1px solid #005f89;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
}

.blocks .tag {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 2px 7px;
    font-size: 12px;
    font-weight: bold;
    background-color: #005f89;
    color: white;
    width: 100%;
    font-size: 14px;
}

label,
.label {
    margin: 0;
    color: #000;
    font-family: 'Gabarito';
}

.code-toolbar {
    position: relative;
    margin: 20px 0px;
}

.code-toolbar .btn-copy-html,
.code-toolbar .btn-copy-css {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: #eb9c4d;
    color: white;
    font-size: 16px;
    font-weight: 100;
    border-radius: 20px;
    padding: 2px 10px;
    border: none;
}

.code-toolbar .btn-copy-html:focus,
.code-toolbar .btn-copy-css:focus {
    outline: none;
}

.previewWrapper {
    padding: 4%;
}

.positionWrapper {
    background: #f4f5f6;
    padding: 10px;
    border-radius: 4px;
}

.positionWrapper input {
    width: auto;
}

.b_1 {
    border: 1px solid #000;
}

#previewDiv {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4%;
}

.ribbon span {
    font-family: 'Gabarito';
    font-weight: 700;
}