* {
  margin: 0;
  padding: 0;
}




body {
  background: linear-gradient(to right, #74ebd5, #acb6e5);

  font-family: "Yanone Kaffeesatz", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  font-size: 50px;
  

}




.wrapper{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(1, 19, 27, 0.1) ;
  max-width: 1100px;
  width: 100%;
  margin: 20px auto;
  border-radius: 20px;
  box-shadow: 0 2px 10px rgb(57, 131, 128) ;
  text-shadow: 0 0 5px rgb(28, 76, 75);
  font-size: 50px;
  padding: 10px;
}






#textarea{
  background-color: #a6d8cf;
  color: rgb(3, 10, 11);
  min-width: 300px;
  min-height: 150px;
  max-width: 300px;
  min-height: 150px;
  border-radius: 15px;
  border: rgb(67, 120, 85) solid 2px;
  padding: 5px;
}




.textBlock{
  position: relative;
}




.bloki{
  width: 96%;
  min-height: 200px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin: 20px;
}






.button{
 
  position: absolute;
  background-color: #a6d8cf;
  height: 40px;
  width: 40px;
  margin: 30px auto;
  border-radius: 25px;
  border: rgb(67, 120, 85) solid 2px;
  right: -20px;
  bottom: -35px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(67, 120, 85);
  cursor: pointer;
  text-shadow: none;
  box-shadow: 0 0 5px ;
}









.text {

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #a6d8cf;
  padding: 10px;
  font-size: 25px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: rgb(67, 120, 85) solid 2px;
  min-height: 150px;  
  flex-direction: column;
  position: relative;
}









.delete{
  background-color:rgba(1, 19, 27, 0.177);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  font-size: 15px;
  border: 2px solid rgb(67, 120, 85);
  cursor: pointer;
  position: absolute;
top: 6px;
right: 6px;
}




.text>p:nth-child(1){
  font-size: 35px ;
  font-weight: 600;
  text-shadow: 0 0 3px rgb(28, 76, 75);
}


