* {
    box-sizing: border-box;
    margin: 0px;
}
body {
    background: url("backg");
    background: linear-gradient(#139db0, #3c4e8b, #660066) no-repeat;
    font-family: 'Cinzel', Roboto, Verdana;
    height: 100%;
}
.grid-container {
    display: grid;
    grid-template-areas:
    'content'
    'footer';
}

header, .content, footer {
    background: #000000;
    padding: 10px;
    margin-left: 10px;
    margin-right: 10px;
    width: 100%;
}

#mainH {
    height: 100px;
    margin: 0;
    color: #ffffff;
}

#mainH a {
    color: #ffffff;
    text-decoration: none;
    margin-top: 25px;
}

header {
    background: #000000;
}
.content {
    grid-area: content;
    color: #ffffff;
    border: solid 2px #444444;
    height: 100%;
}

footer{
    grid-area: footer;
    border: solid 2px #555555;
    height: 250px;
}

.sidebar {
  height: 100%;
  width: 0;
  position: fixed; 
  /* z-index: -1; */
  margin-top: 100px;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidebar a:hover {
  color: #f1f1f1;
}

.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.openbtn {
  font-size: 10px;
  border: none;
  background-color: #111111;
  text-decoration: none;
  color: #ffffff;
  padding: 5px 6px;
}

.openbtn:hover {
  background-color: #444;
}

#main {
  transition: margin-left .5s;
  padding: 16px;
}

.cardsDir {
    height: 500px;
    width: 500px;
    background: url("cardsHomep1");
    background-size: 100%;
}

.cardsDir:hover {
    background: url("cardsHomep2");
    background-size: 100%;
}

.homeDir {
    width: 250px;
    height: 50px;
    margin-left: 100px;
    margin-top: 30px;
}

#shopDir {
    color: #000000;
    width: 250px;
    height: 50px;
    margin-left: 400px;
    margin-top: 30px;
}


.dir {
    margin-left: 20px;
}

#cardRead {
    text-align: center;
    font-size: 100%;
    width: 600px;
    border: dashed 1px #ffffff;
}

#cardSet, #cardSet tr, #cardSet th, #cardSet td {
    border: 2px solid black;
}

#sideInfo {
    text-align: center;
    width: 300px;
    height: 600px;
    border: solid 1px #ffffff;
}

#all {
    height: 600px;
    width: 1000px;
    border: solid 1px red;
}
#setP img {
    width: 400px;
    height: 400px;
}

.checkout {
  color: #ffffff;
  width: 0;
  right: 0;
  height: 600px;
  position: fixed;
  top: 100px;
  background-color: #111;
}

.closeCheck {
  left: 0px;
  color: #ffffff;
  position: fixed;
  font-size: 12px;
  text-decoration: none;
  margin-left: 10px;
  border: none;
  background-color: #111111;
}

.closeCheck {
  position: absolute;
  top: 0;
  font-size: 20px;
}

h2 {
    margin-top: 10px;
}

#cartItems {
    margin: 10px;
}

.openCheck {
    font-size: 15px;
    border: none;
    background-color: #111111;
    text-decoration: none;
    color: #ffffff;
    padding: 5px 6px;
    float: right;
    margin-top: 3.5%;
}

.openCheck:hover {
  background-color: #444;
}

#cartItemPic {
    width: 210px;
    height: 210px;
    border: solid 1px #ffffff;
}

#crds img {
    width: 100px;
    height: 100px;
}

#cardSet, #cardSet tr, #cardSet th, #cardSet td {
        border: 1px solid #ffffff;
}

#shopbody {
    height: 600px;
}
#buyB {
    margin-left: 180px;
}

#notes {
    margin-left: 30px;
}

#price {
    margin: 10px;
}
