    #layout {
    margin: 80px auto;
    width: 1200px;
    }
    #header {
    width: 1200px;
    float: left;
    margin: 0 auto;
    }
    #nav {
    width: 1200px;
    height: 20px;
    float: left;
    margin: 0 auto;
    line-height:20px;
    background: transparent;
    margin-bottom:10px;
    padding:1px;
    padding-top:0px;
    text-align:center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-top:1px solid #ff5afc;
    }
    #nav a {
    width:90px;
    display:inline-block;
    background:#6d3dfc; 
    font:bold 9px 'lato',monospace,georgia;
    text-transform:uppercase;
    padding:4px; 
    letter-spacing:3px;
    color:#fff;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    }
    #nav a:hover {
    width:90px;
    display:inline-block;
    background:#ff5afc; 180
    font:bold 9px 'lato',monospace,georgia;
    text-transform:uppercase;
    padding:4px; 
    letter-spacing:3px;
    color:#fff;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    }
    #menu a {
    display:inline-block;
    background:#6d3dfc;
    margin-bottom:4px;
    padding:1px;
    padding-top:2px;
    width:165px;
    line-height:12px;
    font:italic 12px georgia,monospace;
    text-transform:lowercase;
    letter-spacing:3px;
    text-align:center;
    border-radius:5px;
    color:#fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    }
    #menu a:hover {
    display:inline-block;
    background:#ff5afc;
    margin-bottom:4px;
    padding:1px;
    padding-top:2px;
    width:165px;
    line-height:12px;
    font:italic 12px georgia,monospace;
    text-transform:lowercase;
    letter-spacing:3px;
    text-align:center;
    border-radius:5px;
    color:#fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    }
    #content {
    width: 800px;
    float: left;
    margin: 0 auto;
    padding:5px;
    }
    #left {
    width: 180px;
    float: left;
    margin: 0 auto;
    padding:5px;
    }
    #right {
    width: 180px;
    float: left;
    margin: 0 auto;
    padding:5px;
    }
    #sitename a {
    font:40px 'pixelify sans', courier new;
    color:#fff;
    }
    .box {
    background:#1c0c50;
    border:1px solid #ff5afc;
    border-top:0px;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
    padding:5px;
    margin-bottom:2px;
    }
    .box iframe {
    width: 700px;
    height:700px;
    border:none;
    }
    .box2 img {
    border-radius:5px;
    border:1px solid #ff5afc;
    width:180px
    }
    .box3 {
    background:transparent;
    overflow: hidden;
    margin-bottom:2px;
    }
    .box3 iframe {
    border: none;
    position: relative;
    width: 820px;
    height:1000px;
    }
    .box3 img {
    border:1px solid #ff5afc;
    border-radius:5px;
    object-fit:contain;
    }
    .title {
    font:17px monospace;
    border:1px solid #ff5afc;
    text-transform:uppercase;color:#fff;
    background:#ff5afc;
    letter-spacing:3px;
    text-align:left;
    padding:5px;
    margin-bottom:0px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    }
    .art {
    width:175px;
    height:175px;
    padding:5px;
    object-fit:cover;
    -webkit-filter: brightness(100%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    }
    .art:hover {
    -webkit-filter: brightness(50%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    }
    a:link, a:visited, a:active { 
    color:#22ffff;
    text-decoration:none;
    }
    a:hover {
    color:#6d3dfc;
    }
    b {color:#22ffff;font-weight:bold;}
    i {font-style:italic;color:#9ea3fd;}
    u {color:#daac5c;text-decoration:none;}
    mark {background:#7b3ffd; color: #fff;}
    textarea {font:10px calibri;letter-spacing:1px;}
    h1, h2, h3, h4, h5 {
    font-family: Tahoma, Geneva, sans-serif;
    color: #fff;
    }
    
    .container {
    position: relative;
    width: auto;
    padding: 5px;
    }
    
    .container:hover .image {
      opacity: 0.3;
    }
    
    .container:hover .label {
      opacity: 1;
    }
    .image {
    display: block;
    -webkit-filter: brightness(100%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    }
    .shrine {
    -webkit-filter: brightness(100%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding:5px;
    }
    .shrine img {
    border-radius: 5px;
    width: 375px;
    }
    .shrine:hover {
    -webkit-filter: brightness(50%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    }
    .label {
    transition: .5s ease;
    position: absolute;
    opacity: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    }
    .text {
    background-color: #6d3dfc;
    color: #fff;
    font-size: 15px;
    padding: 7px;
    }
    .grid {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    }
    .grid2 {
      display:grid;
      grid-template-columns: auto auto;
    }
    .row {
      display: flex;
      flex-wrap: wrap;
      padding: 0 4px;
    }
    .column {
      flex: 32%;
      max-width: 32%;
      padding: 0 4px;
    }
    .column img {
      margin-top: 8px;
      vertical-align: middle;
      width: 100%;
    }
    .trans {
      -webkit-filter: brightness(100%);
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease;
    }
    .trans:hover {
      -webkit-filter: brightness(50%);
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease;
    }
  .card {
    width:800px;
  }
  .card img {
    border-radius: 5px;
  }
  .pic {
    width:170px;
    object-fit:cover;
    float:left;
    padding: 5px;
  }
  .info {
    width:550px;
    float:left;
    padding: 5px;
  }
  
      
      