body {
  margin: 0;
  padding: 0;
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}
#container{
  width: 100%;
  height: 100%;
  position: fixed;
  background: linear-gradient(180deg, #350E89 0%, #A3139D 100%);
  color: white;
}
.image{
  margin: auto;
  width: 169px;
}
#logo{
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.25);
}
a {
  color: #00B7FF;
  text-decoration: none;
}
.button{
  padding: 6px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  border: solid 1px #ffffff;
  color: white;
}
#content{
  padding: 0 5%;
}
h1{
  text-align: center;
  font-size: 2rem;
}
hr{
  width: 4rem;
  border: 0;
  border-top: 2px solid #84b9ee;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.release-notes{
  margin-left: auto;
  margin-right: auto;
  overflow-y: scroll;
  height: 500px;
}
.release-notes::-webkit-scrollbar {
  width: 0px;
}
 
.release-notes::-webkit-scrollbar-track {
  width: 0px;
}
 
.release-notes::-webkit-scrollbar-thumb {
  background-color: transparent;
  width: 0px;
}
.release-note{
  margin-bottom: 2rem;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 20px;
  border-radius: 30px;
}
.release-note header{
  margin-bottom: 1rem;
}
.release-note h2{
  font-size: 2rem;
  padding: 0;
  margin: 0;
}
.release-note .date{
  font-style: italic;
  color: #ff88bf;
}
.release-note ul{
  color: #ffffff;
  list-style-type: none;
  padding-left: 15px;
}
.tag{
  padding: 0.25rem;
  border-radius: 3px;
  font-size: 0.9rem;
}
.tag.added{
  color: #2ecc71;
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 700;
}
.tag.fixed{
  color: #e1e424;
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 700;
}
.tag.improved{
  color: #3498db;
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 700;
}
.child-li{
  font-size: 0.7rem;
}
/* .child-li span{
  display: grid;
} */