@font-face {
  font-family: Mecha; /* set name */
  src: url(fonts/Mecha.ttf); /* url of the font */
}

*{
    box-sizing: border-box;
    font-family: Mecha;
    text-align: center;
    font-size: 20px;

    z-index: inherit;

    margin: 0;
    color: rgb(202, 222, 255);
    background-color: rgb(17, 14, 14);

}
html{
    background-color: black;
}
body{
    background-color: black;

}
a{
    text-decoration: none;
}

.bg{

    display: flex;
    position: fixed;
    
    top: 150px;

    background-color: rgba(255, 255, 255, 0);
    z-index: 0;
    width: 100%;
}

.bg img{
    width: 20%;
    background-color: black;
}

.dante{
    margin-right: auto;
}

.vergil{
    float: right;
}

header{
    margin: 0 auto;
    background-color: rgb(17, 14, 14);
    width: 600px;
    height: 60px;

    display: flex;
    align-items: center;


    border-style: ridge;
    border-color: rgb(51, 23, 51);
    border-width: 5px;
}

header div{
    background-color: rgb(17, 14, 14);
    width: 100%;
    height: 60px;

    border-bottom: 0px;
    border-top: 0px;
    border-left: 0px;

    display: flex;
    align-items: center;
    

    border-style: ridge;
    border-color: rgb(51, 23, 51);
    border-width: 2px;
}

header div img{
    display: block;
    margin: 5px;

    height: 75%;
    image-rendering: crisp-edges;
}

header div p{
    margin: auto;

    font-size: 25px;
}

main{
    padding: 0px;

    position: relative;
    z-index: 1;
    margin: 0 auto;
   

    background-color: rgb(17, 14, 14);
    width: 600px;

    border-style: ridge;
    border-color: rgb(51, 23, 51);
    border-width: 5px;
}

main img{
    max-width: 90%;
    margin: auto;
    padding: 5px;
    
}

.tabHolder{
    margin: 0;
    margin-top: -34px;
    margin-left: -5px;

    display: flex;
    justify-content: space-between;
    

    width: 360px;
    height: 29px;

    border-style: ridge;
    border-bottom: 0px;
    
    border-color: rgb(51, 23, 51);
    border-width: 5px;
    border-right-width: 0px;

}

.tabHolder div{
    display: flex;


    width: 50%;


    
    
    z-index: 1;
    
}


.tabHolder div img{
    height: 100%;
    display: block;
    position: relative;
    
    z-index: -1;
    
    padding: 0px;
    right: 0px;
    margin-right: 0px;

    
    
    
    
    
    
    image-rendering: crisp-edges;
    
    border: 5px ridge;
    border-top: 0px;
    border-bottom: 0px;
    
    
    border-color: rgb(51, 23, 51);
    background-color: rgba(0, 0, 0, 0);

}

.tabHolder div a{
    text-align: start;

}

.tabPlus{
    height: 29px;
    display: block;
    position: relative;
    
    z-index: -1;
    
    padding: 0px;
    margin-left: 0px;
    left: 355px;
    top: -29px;

    
    border: ridge;
    border-width: 0px 5px;
    border-top-width: 5px;
    border-left-width: 0px;
    
    image-rendering: crisp-edges;
    
    
    border-color: rgb(51, 23, 51);
}

.flavourTextTabs{
    display: inline;
    position: relative;
    height: 29px;
    width: 110px;

    text-align: start;
    left: 300px;
    top: -53px;

    background-color: rgba(0, 0, 0, 0);
}