/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */



  body {
    background-size:cover;
    margin-left: 160px;
    background-repeat: no-repeat;
    background-color: black;
    background-image:url("https://cdn.shopify.com/s/files/1/0405/8713/products/via-felt-white.jpg?v=1458264914");
  
    font-family: "Courier New", courier ,monospace;
    width: 100vw;
  }
  
  
  .heading image {
    margin-left: 20px;
  }
  
  .heading container {
    width:100%;
    height:160px
  }
  
  .nav {
    Background-color: white;
    color: red;
    text-align: center;
    border-radius: 5px;
    margin-left:100px;
    margin-right:100px;
    
  }
  .welcome { 
    text-align: center;
    background-color: white;
    padding: 2px;
    margin-left: 300px;
    margin-right: 300px;
    margin-top: 10px;
    border-radius: 15px;
    border: 2px dashed black;
  }
  
  .right sidebar { 
  width: 160px; 
  position: fixed; 
  z-index: 1; 
  top: 0; 
  right: 0;
  background-color: white;
  overflow-x: hidden; 
  padding-top: 20px;
  }
  
  .jukebox {
  position: relative;}
.jukebox ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;}
.jukebox:hover ul, .activate:focus + ul, .jukebox:focus-within > ul {
  display: inline-block;
  border: 2px dashed black;
  
  }
  
  .stamps {
    margin-left: 300px;
    margin-right: 300px;
    margin-bottom: 300px;
    }
  