/* Reset default margin and padding */
body, h1, h2, h3, p {
    margin: 0;
    padding: 0;
    cursor: hand;
}

/* Global styles */
body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    cursor: hand;
    
}


.summary-img {
    
   
    width: 90%;
    height: 90%;
    border: none;
    border-radius: 5px;
    margin-right: 20px;
    cursor: hand;
}




.summary-img:hover {
    
    width: 90%;
    height: 90%;
    border: 4px solid none;
    border-radius: 5px;
    margin-right: 50px;
    transform: 150%;
    cursor: hand;
}


.header-imgg {
    background: grey;
    border: 1px solid lightgrey;
}

.header-imgg:hover {
    border: 1px solid white;
}



.button {
    
    background:yellow;
    border: 2px solid red;
    width: 110px;
    padding: 5px 10px;
    height: 40px;
    text-align: center;
  
}

.button .read-more {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 15px;
    margin-right: 15px;
    display: flex;
}


.myBtn {
    
    background: none;
    text-align: center;
    font: 20px;
    text: 40px;
    
}

#myBtn {
    
    cursor: hand;
    font-size: 18px;
    border: none;
    border-radius: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 12px;
    padding-right: 12px;
    border-bottom: 2px solid #ccc;
    border-left: 2px solid #ccc;
    
}

#myBtn:hover {
    background: blue;
    border: 2px solid blue;
    cursor: hand;
    font: Arial 18px;
    color: yellow;
    cursor: hand;
}



.summary-card-white-bg {
    margin-top: 7px;
    padding-top: 18px;
    padding-bottom: 27px;
    padding-left: 18px;
    padding-right: 18px;
    background: none;
    display: flex;
    
}



.summary-card {
    margin-top: 15px;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 18px;
    padding-right: 18px;
    background: lightgrey;
    display: flex;
    
}

header {
    background-color: #fff;
    color: #666e78;
    padding: 10px 0;
    text-align: center;
}

nav ul {
    list-style: none;
}

nav li {
    display: inline;
    margin-right: 20px;
}

nav a {
    color: teal;
    text-decoration: none;
    font-weight: bold;
}

main {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

article {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

article h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

article p {
    margin-bottom: 10px;
}

article img {
    max-width: 100%;
    max-height: 100%;
    border: 2px solid black;
    border-radius: 5px;
    margin-right: 40px;
}


article img:hover {
    max-width: 100%;
    max-height: 100%;
    border: 4px solid orange;
    border-radius: 18px;
    margin-right: 40px;
    transform: 120px;
    transform: scale(.90);
   
}

.line {
    background: lightgrey;
    height:1px;
    
}


footer {
    text-align: center;
    padding: 10px;
    background-color: #333;
    color: #fff;
}

/* Responsive adjustments */
@media (max-width: 600px) {
    header, nav ul {
        text-align: center;
    }
    
    nav li {
        display: block;
        margin-bottom: 10px;
    }
    
    main {
        padding: 10px;
    }
}
