.elementor-11 .elementor-element.elementor-element-07efa6f{--spacer-size:50px;}.elementor-11 .elementor-element.elementor-element-44e2a41{text-align:center;}.elementor-11 .elementor-element.elementor-element-44e2a41 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:3em;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-7da8051 */@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;700&display=swap');

body {
    font-family: 'Roboto Slab', serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: #F5F5F5;
}

header {
    background-color: #2A2F36;
    color: white;
    text-align: center;
    padding: 2rem;
}

main {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 2rem;
}

.prompt-section, .color-section, .font-section {
    margin: 1rem;
    padding: 2rem;
    border: 2px solid #5A6378;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

h1, h2 {
    margin-bottom: 1rem;
}

button {
    background-color: #5A6378;
    color: white;
    font-size: 1rem;
    padding: 1rem 2rem;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s, transform 0.3s;
}

button:hover {
    background-color: #333;
    transform: translateY(-2px);
}

button:active {
    background-color: #555;
    transform: translateY(0);
}

.color-palette {
    display: flex;
    justify-content: space-around;
    margin: 1rem 0;
}

.color-box {
    width: 100px;
    height: 100px;
    border: 2px solid #5A6378;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.color-code {
    color: white;
    font-size: 14px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    position: absolute;
}

.font-display {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 1rem;
}/* End custom CSS */