@font-face {
    font-family: "Dosis";
    src: url("../font/Dosis-Medium.ttf") format("truetype");
}

header
{
    width:1000px;
    height:100px;
    border-color: #5cfbfd;
    border-style:solid;
    border-width:1px;
    margin-top:15px;
    background-image: url("../img/banner.png");
}

.scene {
    margin: 40px 0;
    position: relative;
    width: 210px;
    height: 320px;
    margin: 20px auto;
    perspective: 1000px;
}

.carousel {
    width: 100%;
    height: 100%;
    position: absolute;
    transform: translateZ(-288px);
    transform-style: preserve-3d;
    transition: transform 1s;
}

.carousel__cell {
    position: absolute;
    width: 190px;
    height: 120px;
    left: 10px;
    top: 10px;
    line-height: 116px;
    font-size: 80px;
    font-weight: bold;
    color: white;
    text-align: center;
    transition: transform 1s, opacity 1s;
}

.carousel-options
{
    text-align: center;
    position: relative;
    z-index: 2;
    margin-top:90px;
    margin-bottom:20px;
}

#perkname
{
    margin:30px;
    font-family: Dosis, sans-serif;
}

button
{
    background:black;
    color:#CCCCCC;
    font-family: Dosis, sans-serif;
    width:200px;
    height:50px;
    font-size:25px;
}

button:hover
{
    background:#000814;
}

hr
{
    height: 1px;
    border: 0;
    border-top-color: #5cfbfd;
    border-top-style:solid;
    border-top-width:1px;
    margin:0px;
}

main
{
    width:1000px;
    border-color: #5cfbfd;
    border-style:solid;
    border-width:1px;
    margin-top:10px;
    overflow:hidden;
}

nav
{
    position:relative;
    bottom:-60px;
    text-align:right;
    vertical-align: text-bottom;
    padding:10px;
    font-family: Dosis, sans-serif;
}

a
{
    color: #5cfbfd;
}

a:visited
{
    color: #5cfbfd;
}

html
{
    display: table;
    margin: auto;
}

body
{
    display: table-cell;
    vertical-align: middle;
    background-color:black;
    color:#CCCCCC;
}

.perkinfo
{
    color:#CCCCCC;
    font-family: Dosis, sans-serif;
    padding:20px;
    width:700px;
    height:600px;
    padding:30px;
    margin-left:auto;
    margin-right:auto;
}

.perkinfo p
{
    margin:7px;
}

.box h2
{
    margin:0;
}

.basicimg
{
    border-color:#CCCCCC;
    border-style:solid;
    border-width:1px;
}

.structureinfo
{
    width:600px;
    float:right;
}

#leftblock
{
    background-color:black;
    width: 499px;
    height:700px;
    float:left;
    font-family: Dosis, sans-serif;
}

#rightblock
{
    background-color:black;
    width:499px;
    height:700px;
    float:right;
    border-left-style:solid;
    border-left-width:1px;
    border-left-color:#5cfbfd;
    font-family: Dosis, sans-serif;
}
