.container{
  border: 10px dotted black;
  margin: auto;
  width: 450px;
  height: 600px;
}
    
.container h1{
  border-bottom: 2px dotted black;
}

.container ol{
  list-style: none;
  font-size: 18px;
}