header{
    color:rgb(220,189,211);
}
body{
    background: rgb(98,60,87);
    padding: 0;
    margin: 0;
}

canvas{
    background: black;
    display: block;
    border: 5px solid rgb(195,146,66);

}

p{
    color:rgb(220,189,211);
    font-size: 21px;
    padding: 0px 12vw;
    text-align: center;
    margin-bottom: 3vh;
}

h1{
    text-align: center;
    color: rgb(195,146,66);
    font-size: 41px;
    margin: 2vh;
}

#flex{
    display: flex;
    justify-content: center;
    padding: 1.8vw;
}
#line{
    background-color: rgb(195,146,66);
    margin: 0px 10vw 0px 10vw;
}

.center{
    padding: 0px 12vw;
}

.divBar{
    height: 3.6vh;
    background-color: rgb(45, 38, 61);
}

.divBarEnd{
    height: 3.6vh;
    margin-top: 2vh;
    background-color: rgb(45, 38, 61);
}

.anton-sc-regular {
    font-family: "Anton SC", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  .shadows-into-light-regular {
    font-family: "Shadows Into Light", cursive;
    font-weight: 400;
    font-style: normal;
  }
  
  