﻿#divmain {
    margin: auto;
    width: 600px;
    height: 350px;
}

.card {
    margin: 0 auto;
    float: none;
    text-align: center;
    border: none;
}

.card-img {
    width: 100%;
    height: 350px;
    border-radius: calc(.25rem - 1px);
}

#divsub {
    padding: 0;
    font-family: 'Amiri', serif;
}

#divsub, #divExp {
    font-size: 22px;
}

.card-title {
    font-family: 'Amiri', serif;
    line-height: 1.7;
}

.card-img-overlay {
    position: absolute;
    top: 40px;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

#parabtn {
    margin: 0px;
    width: 100%;
    text-align: center;
}

.btncontinue {
    position: relative;
    top: 250px;
    color: #E7FFEB;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 2px solid #FFFFFF;
    margin: 5px;
    background-color: #006600;
    cursor: pointer;
    padding: 0.48em 1em;
    line-height: 1;
    border-radius: 30px;
}
