
.elementor-element.elementor-element-e9363d9.elementor-widget.elementor-widget-html {
 height: 100%;
 width: 100%;  
}
.container-wrap-custom-website-text {
    font-family: 'Roboto Mono', monospace;
    background: #111112;
    border-radius: 48px;
    padding: 20px;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}
.container-custom-website-text {
 justify-content: center;
 align-items: center;
 display: flex;
}
.text-custom-website-text {
 font-weight: 100;
 font-size: 16px;
 color: #fafafa;
 text-align: center;
}
.dud {
 color: #757575;
}

@media (max-width: 1024px) {
    .text-custom-website-text {
     font-size: 10px;
    }
    .container-wrap-custom-website-text {
        border-radius: 28px;
    }
}
