body{
    background: #000000;
}
.nike{
    text-align:center;
    font-size: 1cm;
    color: rgb(219, 216, 216);
    transition: 3s;
}
.nike:hover{
    animation: linear;
    transform: rotate(4deg);
}
p{
    text-align: center;
    font-size: 20px;
    color: darkorchid;
}
h5{
    text-align: center;
    font-size: 5mm;
    color: darksalmon;
}