*{
    font-family: "Inter", sans-serif;
}
body{
    overflow-x: hidden;
}
.special-text{
    font-family: "Metamorphous", serif;
}
.textimg1{
    rotate: 12deg;
}
#services {
    border-radius: 1.5rem;
    padding: 20px;
    width: 100%;
    overflow: hidden;
    margin: auto;
}

#services canvas {
    border-radius: inherit; /* Canvas inherits parent's border-radius */
}
