body {
  background-image: url('');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

}

ol{
  color: rgb(140, 0, 255);
  background-color: rgb(188, 177, 255);
   border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 1rem 1.25rem;
  max-width: 300px;
   box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
   justify-content: center;
   align-items: center;

}
li {
  color: rgb(140, 0, 255);
}
ul {
     background: #fd85e3;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 1rem 1.25rem;
  max-width: 300px;

  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.Instagram {
border: #d0faff;
display: flex;
justify-content: left;
align-items: start;
}