@import url('https://fonts.googleapis.com/css2?family=La+Belle+Aurore&display=swap');

html, body {
  padding:0;
  margin:0;
  background: #EA9999;
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

h1 {
  font-family: 'La Belle Aurore', cursive;
  font-weight: 700;
  color: #9E3131;
  font-size: 50px;
  text-align: center;
  margin-top: 50px;
}
ul li:before {
  content: "\2665";
  margin-right: 10px;
  color: #9E3131;
}

li {
  line-height: 35px;
  color: #9E3131;
}

ul {
  list-style: none;
  position: relative;
  margin: 0 auto;
  margin-bottom: 60px;
}

.safkat, .source {
  position:relative;
  left: 10px;
  bottom: 5px;
  float:left;
  text-decoration: underline;
  color: #000;
  line-height: 25px;
}
.safkat {
  margin-bottom: 100px;
}