#text{
    margin-top: 7%;
    text-align: center;
    font-size: 1.7rem;
    color: rgba(92, 89, 116, 0.7);
    
}


#text h1{
    color: rgba(45, 47, 71, 0.7);

}
a {
    color: #000000; /* Set your desired color */
    text-decoration: none; /* Remove the underline */
    font-size: 1rem;

}
a:hover {
    color: #667275; /* Color on hover */
    text-decoration: none; /* Remove underline on hover */
    cursor: pointer; /* Change cursor to pointer on hover */
}