html,
body {
    height: 100%;
    font-size: 1rem;
}

gradient{
    background: #EEAECA;
background: radial-gradient(circle, rgba(238, 174, 202, 1) 66%, rgba(248, 189, 127, 1) 100%);
}

dots{ li:not(:last-of-type) {
  border-bottom: 4px dotted tomato;
}
}


footer {
  color: #EEAECA
  font-size 1rem;
  margion: 0;
  padding: 1rem;

}