ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

li {
      font-size: 40px;
      text-align: right;
}

h1 {
    color: red;
}