#chooseRace {
    display: flex;
    flex-wrap: wrap;
}

#canvas {
    position: relative;
    width: 100%;
    height: 50vh;
    background-color: white;
    margin: auto;
    background-size: 100% 50vh;
}

#canvas img {
    height: 50vh;
    position: absolute;
    top: 0;
    left: 0;
}

.card img {
    max-width: 500px;
    width: 100%;
    height: auto;
}

.card {
    max-width: 600px;
    width: 100%;
}

#canvasLayers {
    list-style: none;
}

#canvasLayers li {
    border: 1px;
}

#canvasText {
    position: absolute;
    top: 25%;
    left: 57%;
}

body {
    background: #F9DCEC;
    height: 100vh;
    font-family: sans-serif;
    line-height: 1.5;
    letter-spacing: 1px;
    margin-top: 2rem;
}

details .card {
    float: left;
    margin-right: 5px;
}

.whiteBackground {
    background-color: white;
    padding: 10px;
}

#categories {
    width: 100%;
    height: 45vh;
    overflow: scroll;
}

.outfitCategoryWrapper {
    height: 40vh;
    max-width: 50vw;
    margin: auto;
}

.carousel-item img {
    max-height: 25vh;
    max-width: 50vw;
    margin: auto;
    margin-bottom: 40px;
}

h2 {
    color: #222;
    font-size: 1.1em;
    text-align: center;
}

.alreadyUsed img {
    filter: grayscale(100%);
}
.alreadyUsed .btn {
    opacity: 0.3;
}

#categoryMenu {
    margin-top: 1vh;
    margin-bottom: 1vh;
    height: 10vh;;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    color: white;
    justify-content: space-between;
}

#categoryMenu > div {
    cursor: pointer;
    flex: 0 0 20%;
}

#categoryMenu div img {
    max-width: 45px;
}

.btn-primary {
    background-color: #8D406C;
    border-color: #8D406C;
}

.btn-primary:hover {
    background-color: #AA698E;
    border-color: #AA698E;
}

body > .container {
    max-width: 500px;
}

.form-label {
    color: white;
}

#categoryMenu .inactive img {
    filter: grayscale(100%);
    opacity: 0.5;
    cursor: not-allowed;
}
