@font-face {
  font-family: "VeniceClassic";
  src: url("https://file.garden/aTlMXKIR4zgOaXql/fonts/VeniceClassic.ttf") format("truetype");;
  font-weight: normal;
  font-style: normal;
}  

@font-face {
  font-family: "LiberationMono-Regular";
  src: url("https://file.garden/aTlMXKIR4zgOaXql/fonts/LiberationMono-Regular.ttf") format("truetype");;
  font-weight: normal;
  font-style: normal;
} 

h1 {
  font-family: "VeniceClassic";
  font-size: 25px;
  color: #4e3e35;

}

p {
  font-family: "LiberationMono-Regular";
  font-size: 12px;
  color: #ffffff;
}

  
  .centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


    .container {
  position: relative;
  text-align: center;
}
    .menu {
        background-color: antiquewhite
    }
    .row {
    margin: auto;
    width: 70vw;
}
    .otherrow {
            margin: auto;
    width: 70vw;
    }
    
    #nav {
    background-color: #f6a6bb;
    padding: 10px;
    box-shadow: 3px 3px 0px #f4bbc9;
    margin: 0px 20px 10px 0px;
    cursor: default;
}

.polarbackground{
  background-image: url("./images/bg/KNITFINE.JPG");
  font-family: monospace;
}

