@font-face {
  font-family: MS-Gothic;
  src: url(font/ms-gothic.ttf);
  font-weight: bold;
}

#center-bande-demo {
    width 100%;
    display: flex;
    justify-content: center;
}
body {
    background-color: black;
    color: whitesmoke;
    font-family: MS-Gothic;
    
}
body a {
    color: greenyellow;
}

h3{
    margin: 0;
    padding: 0;
}
.about{
    text-align: center;
}
.artist {
    margin:30px;
    padding:5px;
    border-style: dotted;
    border-color: greenyellow;
}

