body {
    box-sizing: border-box;
    min-height: 100vh;
    margin: 0 auto;
    background-color: white;
    width: 100%;
    text-align: center;
}
header {
    display: flex;
    justify-content: center;
    align-items: center; 
    background-image: linear-gradient(rgb(59, 184, 223), rgb(33, 193, 233));
}
.LOGO {
    width: 100px;
}
nav {
    padding: 5px;
    text-align: center;
    background-color: rgb(255, 255, 255);
    border-left: dashed;
    border-right: dashed;
    border-color: red;
}
nav a {
    border: groove;
    border-color: rgba(0, 0, 0, 0);
    padding: 5px;
    text-decoration: none;
    color: black;
    text-transform: uppercase;
    display: inline-block;
    width: 20%;
    margin: 0 1px;
}
nav a:hover {
    border: ridge;
    border-color: rgb(250, 42, 42);
    background-color: rgb(255, 255, 255);
    color: rgb(250, 42, 42);
}
.active {
    color: rgb(250, 42, 42);
}
main {
    height: auto;
    contain: content;
    color: rgb(0, 0, 0);
    padding: 10px;
    font-family: sans-serif;
    text-align: center;
    background: rgb(255, 255, 255);
    border-left: dashed;
    border-right: dashed;
    border-color: red;
}
.text1 {
    float: left;
    border: groove;
    background: rgb(240, 225, 225);
}
.arceusimg {
    display: flex;
    margin: auto;
}
.text2 {
    padding-bottom: 5px;
    background: rgb(207, 226, 231);
}
.mizkifimg {
    display: flex;
    margin-left: auto;
    margin-right: auto;
}
.text3 {
    flex: none;
    padding: 5px;
    background: rgb(191, 221, 205);
}
.indexTable {
    margin-left: auto;
    margin-right: auto;
}
.simulatorTable {
    margin-left: auto;
    margin-right: auto;
}
footer {
    padding: 5px;
    font-family: fantasy;
    background-image: linear-gradient(rgb(49, 124, 209), rgb(71, 242, 248));
}
.packimg {
    width: 200px;
}
.kunskapskrav {
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    background: rgb(19, 19, 19);
    border: groove;
    border-color: rgba(0, 0, 0, 0.2);
    margin-bottom: 6px;
}
th {
    font-size: 30px;
    border: groove;
    border-color: red;
    margin-bottom: 6px;
}
td {
    border: groove;
    border-color: red;
    margin-bottom: 6px;
}
.bordermain {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    max-width: 650px;
}
.borderinfo {
    padding: 2px;
    padding-left: 12px;
    padding-right: 12px;
    border: groove;
    border-color: red;
}
h2 {
    color: red;
}
#imagebase {
    box-sizing: border-box;
    width: 320px;
    height: 500px;
    margin: 40px auto;
    background: white url("ImagesBase/bild1.jpg") no-repeat center center;
    background-size: cover;
    transition: 0.5s;
    border: 1px solid black;
    position: relative;
}
#imagebw {
    box-sizing: border-box;
    width: 320px;
    height: 500px;
    margin: 40px auto;
    background: white url("ImagesBW/bild1.jpg") no-repeat center center;
    background-size: cover;
    transition: 0.5s;
    border: 1px solid black;
    position: relative;
}
#imageplat {
    box-sizing: border-box;
    width: 320px;
    height: 500px;
    margin: 40px auto;
    background: white url("ImagesPlat/bild1.jpg") no-repeat center center;
    background-size: cover;
    transition: 0.5s;
    border: 1px solid black;
    position: relative;
}
#imagexy {
    box-sizing: border-box;
    width: 320px;
    height: 500px;
    margin: 40px auto;
    background: white url("ImagesXY/bild1.jpg") no-repeat center center;
    background-size: cover;
    transition: 0.5s;
    border: 1px solid black;
    position: relative;
}
    #thumbs img {
    width: 90px;
    height: 150px;
    border: 1px solid black;
    margin: 5px;
    display: inline-block;
    filter: grayscale(80%);
}
    #thumbs img:hover {
    cursor: pointer;
    filter: grayscale(0);
}
    #left {
    width: 20%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    background: rgba(255, 255, 255, 0);
}
    #right {
    width: 20%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    background: rgba(255, 255, 255, 0);
  }
    #left:hover,
    #right:hover {
    display: flex;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.5);
}
    #image span {
    font-size: 60px;
    display: none;
    margin: auto;
}
    #left:hover span,
    #right:hover span {
    display: block;
  }
  