
#capitol {
  width:100%
}

#canto1 {
  column-count: 2;
  column-rule: 1px solid black;
  position: relative;
}

h1 {
  padding-bottom: 10px;
  color: gray;
  font-family: "times new roman";
  text-align: center;
  font-size: 80px;
  text-shadow: 3px 3px 2px black;
  border-bottom: 3px solid black;
}

h2 {
  text-align: center;
}

audio {
  width: 100%;
}

body {
  background-color: beige;
  width: 95%;
}

.dore {
  width: 100%;
  padding-bottom: 10px;
}