/* ===== MENU ===== */
.menu {
    background-color: #222;
    padding: 15px;
    text-align: center;
}

.menu a:link {
    color: white;
    text-decoration: none;
    margin: 15px;
    font-weight: bold;
}

.menu a:visited {
    color: lightgray;
}

.menu a:hover {
    color: yellow;
    text-decoration: underline;
}

.menu a:active {
    color: orange;
}

.menu a:focus {
    outline: 2px solid white;
}

.news-container {
    border: 4px solid black;
    padding: 20px;
    margin: 30px;
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

.news-container img {
    float: right;
    margin-left: 15px;
    width: 250px;
}

.continue-link {
    color: blue;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
}

.continue-link:hover {
    color: red;
    text-decoration: underline;
}
