body, html {
    height: 100%;
    margin: 0;
    font-family: 'Raleway';
    background-color: rgb(0, 76, 153, 0.05);
}

.no-underline {
    text-decoration: none;
}

.ownerkey {
    font-weight: bold;
}

hr {
    border: none;
    height: 1px;
    background-color: black; /* Change to your desired color */
}






