body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    line-height: .7;
    text-align: center;
     background: radial-gradient(
    ellipse 70% 90% at 80% 100%, /* Larger ellipse, bottom right */
    #a522dd 10%,                  /* Soft purple-pink center */
    #ba22fb 30%,                 /* Light pink glow */
    #ffffff 110%                 /* Fade to white outward */
  );
    overflow: hidden;
}


button {
    padding: 3px 15px;
    background-color: transparent;
    border: 1.5px solid rgb(125, 125, 125);
    border-radius: 7px;
    transition: .2s;
}

button:hover {
    scale: 1.1;
}

textarea {
    font-size: 17px;
    width: 460px;
    height: 170px;
    margin: 10px 10px;
    border-radius: 10px;
    padding: 15px 15px;
    box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.18);
    border: 1.8px solid rgb(23, 23, 23);
    overflow: scroll;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

#translatebtn {
    padding: 20px 90px;
    border-radius: 15px;
    font-size: 18px;
    border:  2px  solid  rgb(23, 23, 23);
    background-color: white;
    color: rgb(0, 0, 0);
    font-weight: bold;
    position: relative;
    bottom: 180px;
    box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.129);
}


#detectdiv {
    margin-left: 70px;
    margin-top: 60px;
    line-height: 1;
    text-align: left;
    z-index: 10;
    position: relative;
    width: 200px;
}





#translatediv {
    margin-right: 70px;
    margin-top: 60px;
    line-height: 1;
    text-align: right;
    bottom: 285px;
    position: relative;
}


#result {
    font-weight: 570;
    background-color: white;
    color: rgb(151, 1, 205);
    border: 2px solid rgb(132, 2, 179);
    box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.18);
    overflow: scroll;
    user-select: text;
    pointer-events: auto;
}

#language {
    font-weight: bold; 
    margin-right: 20px; 
    position: relative; 
    z-index: 20; 
    padding: 3px 3px;
    border-radius: 8px;
    border:  2px  solid  rgb(23, 23, 23);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}