h1 {
	font-size: 36px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 26.4px;
}
h3 {
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: 15.4px;
}
a {
    color: #005691;
    text-decoration: none;

}

a:hover {
    color: #23527c;
    text-decoration: underline;
}

#titleText {
    color: black;
    text-decoration: none;
}

#titleText:hover {
    color: black;
    text-decoration: none;
}

#viewButton {
    background-color: #b90276;
    display: block;
    margin: auto;
    border: 3px solid #b90276;
    color: white;
    padding: 15px 32px;
    text-align: center;
    font-size: 16px;
    border-radius: 4px;
    transition-duration: 0.4s;
    text-decoration: none;
    cursor: pointer;
    width: 150px;
    font-weight: 500;
}

#viewButton:hover {
    background-color: white;
    color: black;
}


