body {
    text-align: center;
    font-family: 'Montserrat', sans-serif !important;
    background-image: linear-gradient(to right top, #d16ba5, #c777b9, #ba83ca, #aa8fd8, #9a9ae1, #8aa7ec, #79b3f4, #69bff8, #52cffe, #41dfff, #46eefa, #5ffbf1);
}

@media screen and (min-width: 1200px){
    .cards {
        margin-left: 12.5%;
        display: grid;
        justify-content: space-around;
        grid-template-columns: 1fr 1fr 1fr;
        row-gap: 15px;
    }
}

@media screen and (min-width: 600px) and (max-width: 1199px){
    .cards {
        margin-left: 12.5%;
        display: grid;
        justify-content: space-around;
        grid-template-columns: 1fr 1fr;
        row-gap: 15px;
    }
}

@media screen and (min-width: 320px) and (max-width: 599px){
    .cards {
        margin-left: 12.5%;
        display: grid;
        justify-content: space-around;
        grid-template-columns: 1fr;
        row-gap: 15px;
    }
}

.page-top-bar {
    display: none;
}

h1 {
    margin-top: 15px;
}

.page-title-bar-inner{
    display: none;
}

.card {
    overflow: hidden;
  	position: relative;
	border: 1px solid #fff;
	border-radius: 15px;
	box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
    width: 320px;
    height: 375px;
    margin-left: -5%;
    /* border: solid;
    border-color: #a9adb0;
    border-width: thin;
    border-radius: 2%;
    background-color: #ffffff; */
/*                     background-image: linear-gradient(to right top, #6f0480, #4a51b8, #0080da, #00a9e8, #12cfeb); */
    /* background-color: #5de6de;
background-image: linear-gradient(315deg, #5de6de 0%, #b58ecc 74%);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px; */
    /* position: absolute;
    z-index: 2; */
}

.upper {
    height: 75%;
    border-bottom: solid;
    border-width: thin;
    border-color: #a9adb0;
    display: flex;
    /* background-color: #f6f0c4;
    background-image: linear-gradient(315deg, #f6f0c4 0%, #d99ec9 74%); */
    /* background-color: #eec0c6;
    background-image: linear-gradient(315deg, #eec0c6 0%, #7ee8fa 74%); */
    border-radius: 2% 2% 0 0;
}

.center_up img {
    height: 217.5px;
    width: 220px;
    /* object-fit: cover; */
    margin: 25px 0 0 50px;
    border-radius: 5%;
}

.option_selector {
    display: flex;
    justify-content: center;
    margin: -22px 0 0 0;
}

input[type=radio] {
    display: none;
}

.page-title-bar {
    display: none;
}

.option_selector label input {
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.option_selector label .bt {
    /* position: relative; */
    width: 40px;
    height: 40px;
    padding: 6px 14px 6px 13px;
    background: #091921;
    line-height: 40px;
    text-align: center;
    margin: 6px;
    color: #000036; /* #363636 */
    font-size: 18px;
    border-radius: 50%;
    cursor: pointer;
    font-weight: bold;
    box-shadow: -1px -1px 3px rgba(255, 255, 255, 0.1),
                2px 2px 6px rgba(0, 0, 0, 0.8);
}

.option_selector label .bt:hover {
    box-shadow: -1px -1px 3px rgba(255, 255, 255, 0.1),
                2px 2px 6px rgba(0, 0, 0, 0.8),
                inset -1px -1px 3px rgba(255, 255, 255, 0.05),
                inset 2px 2px 10px rgba(0, 0, 0, 0.5);
}

.option_selector label input:checked ~ .bt {
    color: #fbf5df;
    box-shadow: -1px -1px 3px rgba(255, 255, 255, 0.1),
                2px 2px 6px rgba(0, 0, 0, 0.5),
                inset -1px -1px 3px rgba(255, 255, 255, 0.05),
                inset 2px 2px 10px rgba(0, 0, 0, 0.5);
}

h3 {
    font-size: 22px !important;
}

.downer {
    text-align: center;
    margin-top: 17.5px;
}

/* .button2 {
    margin-right: 12.5%;
} */

/* .btn-success {
    background-color: #bbdbbe;
    color: #000000;
    border-radius: 5px;
    font-weight: bold;
    border-style: none;
    margin-top: 15px;
    transition: 0.5s;
}

.btn-success:hover {
    background-color: #9bdda1;
} */

/* BUTTON STYLING */
/* ---------- */
/* Drawing effect */
.draw-border {
    /* box-shadow: inset 0 0 0 4px #58afd1; */
    color: white;
    transition: color 0.25s 0.25s/3;
    position: relative;
    background: none;
    border: solid 5px #fff;
    cursor: pointer;
    line-height: 1.5;
    letter-spacing: 0.05rem;
    margin: 25px;
}

.draw-border :hover{
    inherits: none;
    color: initial;
    background-color: initial;
} 