body
{

    background: linear-gradient(#2D194F,#7047d0 );
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin: 5px;
    font-family:"Space Mono", "consolas", "sans-serif";
    font-weight: 400;
    max-width: 1000px;

    margin: auto;
}

#title
{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;

    border-style:double;
    border-width: 20px;
    border-radius: 10px;
    border-color: #818CF8; 
    

    color: #F3E8FF;
    text-align: center;
    font-size: 50px;

    font-family: "Major Mono Display", "consolas", "sans-serif";
}

.top_container{
    width: 95%;
    height: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;



    display: grid;
    grid-template-columns: 24% 75%;
    gap: 1%;



}

.item{ 

    margin-top: 10px;
    border-style: solid;
    border-width: 5px;
    border-radius: 10px;
    border-color: #5B2C9D;
    background-color: #241442;
    padding: 10px;

    font-size: 15px;

    color: #F3E8FF;

    

    
}

.left{
    width: auto;
    height: 100%;
    margin-top: 10px;
    border-style: solid;
    border-width: 5px;
    border-radius: 10px;
    border-color: #5B2C9D;
    background-color: #241442;
    padding: 0px;

    font-size: 15px;
    
    display: flex;
    justify-content: center;
    align-items: top;

    color: #F3E8FF;

}

a:link {
  color: #FFB703;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #FFB703 ;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #FB8500;
  background-color: transparent;
  text-decoration: none;
}

a:active {
  color: #FB8500;
  background-color: transparent;
  text-decoration: underline;
}

h4{
  font-size: 17px;
  font-weight: 500;
}
ul{
  list-style-type: none;
}

.WIP{
  background-color: #E0115F;
  border-style: double;
  border-width: 15px;
  border-radius: 10px;
  border-color: #F472B6;
  padding: 5px;
  margin-top: 25px;
  display: flex;
  justify-content: center;
}

.button8831{
  width: 88px;
  height: 31px;
  margin: 3px;
  
}

.Button88x31_container{
  margin-top: 25px;
  padding: 5px;


}
