.section-title {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;

}

#line-span {
    width: 40%;
    border: 1px solid #000;
}

#tool-title {
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    width: 18%;
}

#live-preview {
    margin-top: 5rem;
    display: flex;
    flex-wrap: wrap;
    color: #60c69d;
}

.live-preview-card {
    width: 490px;
    height: 333px;
    margin: 12px auto;
    background-color: #011522;
    border-radius: 8px;
    z-index: 1;
}

.tools-parent {
    display: flex;
    justify-content: space-between;
}

.tools-place {
    display: flex;
    align-items: center;
    padding: 9px;
}

.title {
    margin-right: 20px;
    font-size: 12px;
    color: rgb(75, 197, 157);
}

.circle {
    padding: 0 4px;
}

.box {
    display: inline-block;
    align-items: center;
    width: 10px;
    height: 10px;
    padding: 1px;
    border-radius: 50%;
}

.red {
    background-color: #ff605c;
}

.yellow {
    background-color: #ffbd44;
}

.green {
    background-color: #00ca4e;
}

#preview {
    width: 50%;
    margin-top: 2rem;
    color: #60c69d;

}










textarea {
    width: 98%;
    height: 255px;
    background-color: transparent;
    border: none;
    color: #60c69d;

    &:focus {
        outline: none;
    }
}

iframe {
    border: 1px solid #ddd;
    width: 100%;
    height: 300px;
}