.page-title {
    width: 100%;
    height: 80px;
    color: white;
    background-color: rgb(0, 78, 102);
    align-content: center;
    text-align: center;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 600;
}

p{
    white-space: pre-line;
}

.mouse-hover{
    cursor: pointer;
}

    .mouse-hover:hover {
        transform: translateY(-3px) scale(1.05);
    }

@media (max-width: 600px) {
    .page-title {
        font-size: 20px;
    }


}