@font-face {
font-family: 'romantic'; 
src: url(https://angeldnatriesawebsite.neocities.org/Fonts/ROMANTIC.TTF);
} 
@font-face {
font-family: 'dobfilet'; 
src: url(https://angeldnatriesawebsite.neocities.org/Fonts/Dobfilet.ttf);
}
@font-face {
font-family: '1785'; 
src: url(https://angeldnatriesawebsite.neocities.org/Fonts/1785%20GLC%20Baskerville-N.ttf);
}
@font-face {
font-family: 'obelisk'; 
src: url(https://angeldnatriesawebsite.neocities.org/Fonts/Obelisk-MMXV-1-1.ttf);
}
.container {
display: flex;
  flex-direction: row;
  background-color: black;
  flex-wrap: wrap;
  width: 1000px;
}
.container div {
  background-color: white;
  margin: 5px;
  padding: 20px;
  font-size: 30px;
  width: 200px;
}
.container img {
  width: 200px
}
 
.lickylecku {
  background-color: white;
  padding: 5px;
  max-width: 600px;
  border: 5px inset black;
  display: grid; 
  justify-content: center; 
  text-align: center;
}


body {
  
  background-image: url(https://angeldnatriesawebsite.neocities.org/istockphoto-1430878163-612x612.jpg);
  color: black;
  font-family: "1785";
}
ul.Listofbands {
  justify-content: center;
  display: grid;
    background-color: white;
  padding: 5px;
  max-width: 400px;
  border: 5px inset black;
  text-align: center;
  list-style-position: inside;
}
     
  #smalltitle {
    
    color: black;
    font-family: "obelisk";
  }   
     
  #title {
    
    color: black;
    font-family: "romantic";
  }
  
  