
.choosepage {
    
    width: 90%;
    max-width: 600px;
    max-width: 660px;
    margin: 40px auto;
    color: #fff;
}
.choosepage-title-container {
    padding-top: 40px;
}
.choosepage-title {
    font-size: 40px;
    margin-bottom: 0px;
}
.choosepage-subtitle {
        font-size: 22px;
    opacity: 0.6;
}

.choosepage-choices {
    /* text-align: center; */
    padding: 20px 0;
}
.choosepage-choice {
    display: inline-block;
    font-size: 25px;
    color: #fff;
    color: #ffc5c5;
    text-align: center;
    position: relative;
    padding: 4px;
    padding-bottom: 0;
    margin-right: 4px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.choosepage-choice-img {
    background-repeat: no-repeat;
    background-size: contain;
    height: 159px;
    width: 200px;
    /* margin-top: 8px; */
    display: inline-block;
    vertical-align: middle;
    /* margin-right: 8px; */
    position: relative;
}
.choosepage-choice-name {
    animation: huerotate 2s linear infinite;
    padding: 1px;
}
.choosepage-choice-bg {
top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(248, 190, 221, 0.3);
    animation: huerotate 2s linear infinite;
    /* transition: background 0.1s ease; */
}
.choosepage-choice:hover .choosepage-choice-bg {
    background: rgba(248, 190, 221, 0.6);
}
.choosepage-choice-desc {
    
}

#choosepage-choice-original {
    
}
#choosepage-choice-original .choosepage-choice-img {
    background-image: url(/assets/thumbnails/gamepop400x235.png);
    background-size: cover;
    background-position: center;
}
#choosepage-choice-starship {
    
}
#choosepage-choice-starship .choosepage-choice-img {
    background-image: url(/assets/thumbnails/400x317.png);
}
#choosepage-choice-pp6 .choosepage-choice-img {
    background-image: url(/assets/thumbnails/gpoppp6.png);
}





