* {
    box-sizing: border-box;
    margin: 0px;
}
body {
    background: linear-gradient(#139db0, #3c4e8b, #660066);
}
.grid-container {
    display: grid;
    grid-template-areas:
    'content'
    'footer' ;
}

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

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

#mainH a {
    color: #ffffff;
    text-decoration: none;
}

.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;
  background-color: #111;
  color: white;
  padding: 5px 7px;
}

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

#main {
  padding: 16px;
}
#cards {
    margin-top: 100px;
}

#cards img {
    /*border: solid 2px #ffffff; */
    height: 300px;
    width: 300px;
    padding: 15px;
    transition: 0.3s;
}

#cards img:hover {
    transform: rotate(-5deg);
}


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

h3 {
    text-align: center;
    font-family: 'Amatic SC', cursive, Verdana;
    font-size: 300%;
}

.content {
    font-family: 'Amatic SC', cursive, Verdana;
}
p {
    border: dashed 2px #ffffff;
    padding: 5px;
    font-size: 200%;
    width: 33%;
    margin: auto;
    float: left;
    text-align: center;
    
}

#error {
    color: red;
    font-size: 200%;
}

#idek {
    float: none;
    text-align: center;
    padding: 0px;
    width: 100%;
}

#idek img {
    margin: 30px;
}
#idec {
    height: 500px;
}

#idec p{
    height: 400px;
}

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