body {
  font-family: Arial, Helvetica, sans-serif;
}

h1{
    color: black;
}
.bannerleft {
    margin-left: -10px;
}
.slave {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.soldout {
    color: red;
    text-decoration: underline;
    animation-name: slavesoldout;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.shart {
    width: 100vw;
    padding-top: 6em;
    display: flex;
    flex-direction: row;
}

.niggers1 {
    padding-left: 30px;
}

@keyframes slavesoldout {
  0%   {transform: scale(1.5);}
  50%  {transform: scale(0.5);}
  100% {transform: scale(1.5);}
}
