.site-name { 
    color: #007bff;          /* Changes the text color */
    font-family: 'Arial', sans-serif; /* Sets the font */
    font-size: 2.5rem;       /* Sets the text size */
    font-weight: bold;       /* Makes the text bold */
    text-decoration: none;   /* Removes any default link underline */
    letter-spacing: -1px;    /* Adjusts the space between characters */

body {
font-family: cochin
font-size: 20px;
}
h1 {
color: rgba (0,0,0,0.8;
font-size: 2em; 
}

a {
border-style: dashed;
border-width: 5px;
border-left-width: 14px;
border-right-width: 14px;
border-color: olive;

}






