body{
  text-align: center;
}
#main {
  margin-top:4vh;
  margin-left: 4vw;
  list-style: none;
  width:90%;
  max-width:900px;
  padding-bottom: 100px;
}

#p1 {
  text-align: left;
  padding-bottom: 2%;

}

ul {
  list-style: none;
}

a {
  font-weight: bold;
  text-decoration: none;
  color: orangered;
}

.break{
  word-break: break-all;
  user-select: all;

}

