body {
    text-align: center;
}

.modal {
    display: block;
    position: fixed;
    z-index: 1000;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
    margin: 0 auto;
    width: 500px;
    height: 700px;
    background-color: #1f3b64;
}

.modal-title {
    font-family: 'Ubuntu', sans-serif;
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}

.carousel-inner {
    margin: 0 auto;
    height: 100%;
    width: 150px;
    margin-top: -300px;
}

.carousel {
    height: 350px;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    margin-top: 200px;
}

.instruction {
    font-family: 'Ubuntu', sans-serif;
    margin-bottom: 30px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.partition {
    color: rgba(207, 202, 202, 0.863);
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

.carousel-caption {
    font-family: 'Ubuntu', sans-serif;
    margin-bottom: -50px;
}

.carousel-indicators {
    margin-bottom: -50px;
}

.selection-container {
    margin-bottom: 20px;
    color: rgba(207, 202, 202, 0.863);
}

.char img {
    margin-bottom: 15px;
    height: 50px;
}

.update {
    margin: auto;
    width: 500px;
}


