#bg {
    background-color: linear-gradient(to right, #a5c3d2, #FFFFFF);
}

p {
    font-style:italic;
    word-wrap: break-word;
}

a {
    color: inherit;
}

h2 {
    color: black;
    text-align: center;
}

.content-box-gray .title {
    height:15vh;
    line-height:30px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background:linear-gradient(to right, #1172ba, #FFFFFF);
    font-size:18px;
    font-weight:bold;
    display:block;
    color:#000000;
    display:block;
    padding:10px;
    border: 1px #000000;
    border-bottom:none;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

.pos_lnls {
    max-width: 14vw;
    max-height: 14vh;
    position: absolute;
    top: .9%;
    left: .4%;
}

.pos_cnpem {
    max-width: 18vw;
    max-height: 18vh;
    position: absolute;
    top: .9%;
    right: .4%;
}

.mens {
    color: #414042;
    max-width: 40vw;
    max-height: 40vh;
    position: absolute;
    top: 0vh;
    left: 15vh;
    list-style-type: none;
}

.content-box-gray .content {
    overflow: hidden;
    padding: 10px;
    font-size: 15px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #414042;
    align-items: center;
    font-family: 'Roboto', sans-serif;
}

.align_div {
    margin-top:auto;
    margin-bottom:auto;
    text-align:center;
}