
textarea{
  width: 90%;
  height: 4.5rem;
  resize: none;
  padding: .6rem;
  border: 1px solid #88bbff;
  border-radius: .3rem;
  color: darkred;
}
.myUL li{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #88bbff;
  padding-top: 1.2rem;
  border-radius: .3rem;
}
.myUL li i{
    font-family: 'social-icons';
    font-size: 30px;
    font-style: normal;
    text-decoration: none;
    color: black;
}

#myInput {
  margin-top: .6rem;
  padding: 12px;
  width: px;
  font-size: 16px;
  border: 1px solid #bfccdc;
  margin-bottom: 12px;
  border-radius: 5px;
}


.myUL {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: .5rem;
  align-items: center;
  justify-content: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
  overflow: scroll;
}
.myUL li p {
  text-align: center;
  border-radius: .5rem;
  background-color: #006dff;
  padding: 8px 12px;
  text-decoration: none;
  color: #fff;
}
