*{
    margin: 0;
    padding:0;
}

body{
    background: linear-gradient(to right, purple, darkblue);
}

img{
    height: 200px;
    width: 200px;
    margin: 10px;
}

.fang img{
    width: 110px;
}

.item{
    border: 1px solid black;
    background-color: rgba(0,0,0,0.1);
    height: 220px;
    margin-left: 30px;
}

.kit img{
    width: 150px;
}

.header{
    color:lightgray ;
    font-size: 40px;
    font-family: Helvetica;
    font-weight: 200;
}

.raryty{
    font-family: 'Press Start 2p';
    font-size: 25px;
}

.legendary{
    color: yellow;
}

.mythic{
    color: red;
}

.epic{
    color: #ff00ff;
}

.super-rare{
    color: deepskyblue;
}

.rare{
    color: rgb(0, 199, 0);
}

.opys{
    color: white;
    font-size: 20px;
}

a{
    text-decoration: none;
    color:lightgray ;
    font-size: 40px;
    font-family: Helvetica;
    font-weight: 200;
}

.head{
    display: flex;
    flex-direction: column;
    color:rgb(0, 0, 0);
    font-size: 80px;
    font-family: Helvetica;
    font-weight: 200;
    width: 95%;
    background-color: rgba(0, 0, 0, 0.358);
    align-items: center;
    margin: 10px;
    margin-left: 2.5%;
    border-radius: 10px;
    border: 1px solid black;
}

.aa{
    width: 500px;
}




.image:hover{
    position: relative;
    transform: scale(1.5);
    box-shadow: 0 0 5px rgb(12, 1, 1);
    transition: 0.5s;
}