
body {

    font-family: 'Arvo', 'Rubik' serif;
    color: #969595;

}

html {
    
    background-color: #FEFEFE;
    
}

header {

    margin-left: 5px;
    position: relative;
    background: linear-gradient(#C1DBEA, #FFE4E1, #FEFEFE);
    padding: 15px;
    border-radius: 20px;
}

header h1 {
    display: inline-block;
    font-size: 50px;
    font-family: Arvo, serif;
    padding-left: 10px;                                                                                 
    color: #757575;
    text-decoration: none;
    text-shadow: 2px 2px #FFE4E1;
    position: relative;
    bottom: 5px;
}

header h1 a {

    text-decoration: none;
    color: none;

}

h2 {

    text-shadow: 2px 2px 1px #FFE4E2;
    font-size: 30px;

}

main {
    
    background-color: #ffffff; <!--- tira a cor  da área dos botões --->
    border-radius: none;
    border: none;
    padding-top: 20px;
    width: 100%;

}

.logo {

    padding-top: 20px;
    padding-right: 10px;

}


.area_texto {

    justify-content: space-between;
    align-items: center;
    display: flex;
    
}

textarea {
    
    font-size: 30px;
    font-family: Rubik, serif;
    resize: none;
    color: #7a7a7a;
    border-color: none;
    border-top: 5px;
  }

#escreva {
    width: 60%;
    height: 400px;
    background-color: none;
    border-radius: 0px 0 0px 0;
    outline: none;
    border-left: 200;
    <!--- parte do texto que o usuario escreve --->
    
}


#texto {
    width: 38%;
    height: 400px;
    background-size: 100% ;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-color: none;
    cursor: pointer;
    outline: none;
    border-right: 10;
    border-radius: 0 3px 0 3px;

    <!--- parte do texto que é decodificado --->
  }

#texto: selection {
    background: none;
    color: inherit #F1F1F1;
}

.botoes ul{
    display: inline-block;
    padding: 0;
    width: 100%;
    text-align: center;
}

.botoes li {
    font-family: 'Arvo', serif;
    font-size: 15px;
    display: inline-block;
    border: 2px solid #e9e9e9;
    font-weight: bold;
    padding: 10px;
    border-radius: 18px;
    width: 100px;
    margin-left: 5px;
    transition: 1s all;
}

.botoes li: hover {
    cursor: pointer;
    background-color: #ffeaea;
    transition: 0.1s;
    transition-timing-function: ease-in;
    transform: scale(1.2);
    background-position: 100% 50%;
  
}

.botoes li: active {
    background-color: #ffeaea;
    border-color: #c2c2c2;
    font-weight: bolder;
    transition: 0.2s;
}

.botoes li:selection{
    background: none;
    color: inherit;
}

.texto-copia {
    display: inline-block;
    width: 39.5%; 
    text-align: center;
}

.texto-copia h2{
    
    display: inline;
    margin-left: 5px;
}

footer {

    margin-left: 5px;
    position: relative;
    text-align: center;
    font-family: arial;
    font-size: 15px;
    background: linear-gradient(#FEFEFE, #FFE4E1, #C1DBEA);
    padding: 15px;
    border-radius: 20px;
    
}


.icones {

    -webkit-filter:grayscale(100%);
    width: 6%;

    
}

.icones:hover {
    -webkit-filter:grayscale(0%);
    transition: 1s;
}

.coracao {

    padding-top: 10px;
    -webkit-filter:grayscale(100%);
    width: 2%;
    

}

.coracao:hover {
    -webkit-filter:grayscale(0%);
    transition: 1s;
}

.disclaimer {

    font-family: 'Arvo', serif;
    color: #000000;
    text-decoration: overline;
    font-size: 15px;


    
}



@media only screen and (max-width: 767px){


    header {
        
        border: none;
        margin: 0;
        border-bottom: 0;
        background-color: none;
        border-color: none;
        padding: 5px;
        position: a;
    }




main {

    border-radius: 0;
    

    
}

.area_texto{
 
    display: inline;
    border-right: 20px ;
    border-top: 10px;
    border: none;
   

    
}

#escreva {
    width: 98.7%;
    border-radius: 0;
    border: 0;
    border-right: 0px ;
}

#texto {
    border-right: 20px ;
    width: 80%;
    border-radius: 0;
    border-bottom: 0px ;
    border-style: none;
    border-color: none;
    border-right: 0px;
    border-left: 0px;

    
   
}

.texto-copia {
    display: none;
}

.botoes {
    text-align: center;
    width: 50%;
    
    

}

.botoes ul{

    padding: 0;
    text-align: center;
    width: 50%;
}
.botoes li{

    width: 120px;
    margin-bottom: 5px;
    border: 2px solid;


}

.botoes li:hover{
    background-color: #ffeaea;
}

.botoes li:active{
    background-color: #FFFFFF;
}

