body {
    font-family: Andale Mono, monospace;
    line-height: 1.6;
    margin: 0;
    padding: 20px;
    color: #333;
    max-width: 800px;
    margin: 0 auto;
    background-color: skyblue;
}

h1 {
    color: navy;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
}

img {
    border-radius: 10px;
    width: 400px;
    height: 300px;
    border: 5px dashed black
}

.image_1  /* example using classes */ {
    padding: 10px 20px; /* Space around the text */
    background-color: #007bff; /* Background color of the button */
    color: white; /* Text color */
    text-decoration: none; /* Removes the default underline for links */
    border-radius: 5px; /* Adds rounded corners */
    cursor: pointer; /* Changes cursor to a hand on hover */
    font-size: 16px; /* Sets font size */
    text-align: center; /* Centers text horizontally */
    line-height: 1; /* Ensures text is vertically centered */
    
      
}