.panel-trippy .panel-heading {
    
    font-family: "Lordish", sans-serif;
    color: white;
    font-weight: bold;
}

.btn-trippy {
    
    font-family: "Lordish", sans-serif;
    color: white;
    font-weight: bold;
}

@font-face {
  font-family: "Lordish";
  src: url('Lordish.ttf') format("truetype");
}

body {
    background-image: url("../images/trippy_background1.jpg");
    background-position: center;  
    background-repeat: repeat;  
}
