.container img {
    border-radius: 0px;
}

.pltr {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.triplet {
    background-color: black;
    border: 2px solid black;
    width: 200px;
    text-align: center;
    align-content: center;
}

.triplet a {
    color: rgb(143, 0, 0);
    text-decoration: none;
}

.container {
    background-color: rgb(143, 0, 0);
    border: 2px solid rgb(143, 0, 0);
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    color: rgb(143, 0, 0);
    text-align: center;
}

.triplet img {
    width: 200px;
    height: 125px;
}

.triplets {
    width: 470px;
    background-color: black;
    margin-left: 100px;
    margin-right: 0px;
    margin-top: 150px;
    display: grid;
    gap: 25px;
    grid-template-columns: 200px 200px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.bt {
    color: black;
    margin-top: 150px;
}

.triplets h2 {
    width: 425px;
}

.plush {
    background-color: black;
    border: 2px solid black;
    width: 150px;
    text-align: center;
    align-content: center;
}

.plush a {
    color: rgb(143, 0, 0);
    text-decoration: none;
}

.plush img {
    width: 150px;
    height: 150px;
}

.plushies {
    width: 420px;
    background-color: black;
    margin-left: 90px;
    margin-right: 0px;
    margin-top: 150px;
    display: grid;
    gap: 25px;
    grid-template-columns: 200px 200px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.books {
    display: grid;
    grid-template-columns: 200px 250px 250px 250px 250px 250px 250px 250px 250px 250px 250px;
    background-color: black;
    overflow-x: scroll;
    gap: 50px;
    height: 300px;
    align-content: center;
    margin-top: 150px;
}

.ultrakill {
    width: 200px;
    height: auto;
}

.ultrakills {
    margin-top: 300px;
    background-color: black;
    display: grid;
    gap: 50px;
    grid-template-columns: 200px 200px 200px 200px 200px;
    padding-left: 15px;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.footer:link {
    color: gray;
    text-decoration: none;
}