.container{
   width: 100%;
   height: 700px;
   background: #40e0d0;
      }

.textarea{
    font-size: 1em;
    background: #40e0d0;
    /* display: inline; */
    letter-spacing: 1px;
    border: none;
    width: 40%;
    height: 380px;
    /* padding: 20px; */
    margin: 100px 0 40px 200px;
    line-height: 1.5;
    
        }

.textarea:focus,#text:focus{
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
    
        } 

#inserir{
    background-color: white;
    width: 300px;
    border: none;
    text-align: center;
    height: 540px;
    border-radius: 32px;
    float: right;
    margin-right: 200px;
    margin-top: 20px;
        }

#inserir:focus{
      box-shadow: 0 0 0 0;
      border: 0 none;
      outline: 0;
        }

#text{
      width: 90%;
      padding:10px;
      border: none;
      margin-top: 30px;
      height: 420px;
      
        }
              
#imagem{
      background-color: white;
      width: 300px;
      height: 540px;
      border: 1px solid white;
      border-radius: 32px;
      float: right;
      margin-right: 200px;
      margin-top: 20px;
        }

#imagem:hover {
          border-color: #993399;
          
        }        
h1{
      margin-top: 10px;
      font-size: 25px;
      font-family: "Helvetica Neue",Helvetica,Arial;
      text-align: center;
        }

.img{
      padding: 100px 20px 20px 0;
        }
       
       
.buttonn{
      width: 100%;
        top: 494px;
        left: 180px;
        font-weight: bold;
        transition: 1s all;
        
        }

.button1:hover {
          color: #00FF7F;
          text-decoration: underline;
          transform:  scale(1.2);
        }     
.button2:hover {
          color: #e49ee4;
          text-decoration: underline;
          transform:  scale(1.2);
        }     

.copiar{
      margin: 0 20px;
      border: 1px solid #0A3871;
      border-radius: 32px;
      padding:15px 50px;
      width: 80%;
      background: #f1f0f1;
      color: #0A3871;
      font-family:Arial, Helvetica, sans-serif;
        }
.copiar:hover {
      border-color: #993399;
      text-decoration: underline;
      transform:  scale(1.2);
        }     
        

.button1{
        margin: 0 20px;
        margin-left:220px;
        border: 1px solid #993399;
        border-radius: 20px;
        padding:15px 50px;
        width: 18%;
        background: #993399;
        color: #000000;
        font-family:Arial, Helvetica, sans-serif;
        cursor: pointer;
        }

.button2{
          margin: 0 20px;
          border: 1px solid #1a5f3d;
          border-radius: 20px;
          padding:15px 50px;
          width: 18%;
          background: #1a5f3d;
          color: #000000;
          font-family:Arial, Helvetica, sans-serif;
          cursor: pointer;
        }

.img2{
          position: absolute;
          left: 50px;
          right: 37.43%;
          top: 30px;
          bottom: 0%;
        }
     
.footer-index {
      position: relative;
      height: 95px; 
      background-color: #0A3871;
      bottom: 0px;
      left: 0px;
      right: 0px;
      margin-bottom: 0px;
      font-family: Arial, Helvetica, sans-serif;
}
           
.redsocial {
    font-size: 16px;
    text-align: center;
    letter-spacing: 1px;
    color: #FFFFFF;
}

.redsocial-img {
    text-align: center;
    height: 32px;
    margin: 0 10px;
    opacity: 1;
    padding: 20px 0;
}

.redsocial-img:hover {
    transition: 0.6s;
    opacity: 0.6;    
}

.copyright {
  font-size: 10px;
  text-align: center;
  letter-spacing: 0.5px;
  color: white;
  padding: 10px 0;
}

.copyright strong {
  font-weight: 500;
} 