/*
bg image https://cdn.sanity.io/images/tlr8oxjg/production/0e63b756dd8dab308cf9ea3f2e8de3f55619b7a9-1456x816.png?w=3840&q=80&fit=clip&auto=format

https://www.inquiriesjournal.com/article-images/uid-34-1066258177-1226/aa13e0.jpg
*/

body {
    background: rgb(66,208,161);
    background: radial-gradient(circle, rgba(66,208,161,1) 0%, rgba(55,137,233,1) 100%);
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    display: inline-block;
    text-align: center;
    width: 96vw;
    max-width: 100vw;
    background-image: url(https://www.inquiriesjournal.com/article-images/uid-34-1066258177-1226/aa13e0.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    /* background: radial-gradient(circle, rgba(66,208,161,1) 0%, rgba(55,137,233,1) 100%); */
}

#tudo {
    border-radius: 30px;
    box-shadow: 3px 3px 10px black;
    padding: 30px 60px;
    width: fit-content;
    margin: auto;
    background-color: rgba(82, 82, 82, 0.671)
}

h1 {
    color: rgb(11, 248, 110);
    font-size: 50px;
    margin-bottom: 0px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

h2 {
    color: rgb(206, 21, 21);
    font-size: 27px;
    font-weight: 900;
    margin-top: 40px;
    margin-bottom: 10px;
}

h4 {
    color: white;
    margin-bottom: 0px;
    margin-top: 30px;
}


input {
    border: 0px;
    border-radius: 4px;
    padding: 6px;
    font-size: 20px;
    margin: auto;
    
    
}

input:focus {
    outline: none;
}

#criptografada, #resultado {
    background-color: white;
    padding: 5px;
    display: inline-block;
    margin-top: 20px;
    border-radius: 5px;
   
}

#copiar {
    /* margin-bottom:300px; */
}


#imgCopiar{
    width: 20px;
    height: 20px;
}

button {
    border: 0px;
    border-radius: 10px;
    margin: 10px;
    padding: 7px;
    box-shadow: 0px 3px 5px 0px black;
}



#add, #decifrar {
    background: linear-gradient(to right, rgb(101, 209, 101), rgb(34, 196, 34));
}

#apagar{
    background: linear-gradient(to right, rgb(197, 56, 56), rgb(231, 1, 1));
}

#criptografada{
    text-align: center;
    height: 27px;
}


body::-webkit-scrollbar {
    width: 5px;               /* width of the entire scrollbar */
  }
  
*::-webkit-scrollbar-track {
    background-color: black;
  }
  
body::-webkit-scrollbar-thumb {
    background-color: white;    /* color of the scroll thumb */
    border-radius: 20px;       /* roundness of the scroll thumb */
    /* border: 3px solid rgb(255, 166, 0);  */
}


@media (max-width: 747px) {
    body {
        background-size: cover;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url(https://cdn.sanity.io/images/tlr8oxjg/production/0e63b756dd8dab308cf9ea3f2e8de3f55619b7a9-1456x816.png?w=3840&q=80&fit=clip&auto=format);
    }

    #tudo {
        margin: auto;
        margin-top: 4.5%;
        margin-bottom: 4.5%;
        padding: 30px 50px;
        vertical-align: middle;
    }
}