.browseBox {
    display: inline-block;
    vertical-align: middle;
    border-radius: 25px;
    border: 6px solid #e2cb7a;
    padding: 5px;
    width: 320px;
    height: 450px;
    margin: auto;
    background: #FFFFFF;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 30px;
    margin-right: 30px;
    cursor: pointer;
}
a:link {
    color: black;
    font-size: 25px;
    text-decoration: none;
}
a:visited {
    color: black;
    font-size: 25px;
    text-decoration: none;
}

.blogRow {
    text-align: center;
}
.browseImage {
    width: 100%;
    height: 200px;
}
.browseText {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
}

.boxContent {
    text-align: center;
    /*do not be fooled, this centers all of it*/
}

.browseArrowDiv {
    text-align: center;
}

.browseArrow {
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    justify-content: center;
}
.browseNumber {
    display: inline-block;
    justify-content: center;
    font-size: 60px;
}