body, h1 {
    margin: 0;
    padding: 2px;
    box-sizing: border-box;
    font-family: 'Times New Roman', Arial, sans-serif;
}

body {
    background: #f9f9f9;
    color: #222;
    line-height: 1.6;
    padding: 20px;
}

main {
    max-width: 700px;
    margin: 30px auto;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
    padding: 30px;
}

h1 {
    text-align: center;
    color: #70873a;
    margin-bottom: 20px;
    background-color: #cdd4bf;
    padding: 10px;
    border-radius: 8px;
}

div a {
    color: #87a533;
    text-decoration: underline;
    font-weight: bold;
}

div a:hover {
    color: #355002;
    text-decoration: underline;
}

img, video {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 20px auto;
    border-radius: 8px;
    border-style: dashed;
    border-color: #87a533;
    padding: 8px; 
}

.goals p {
    background-color: #e1ebc7;
    list-style-position: inside;
    border-radius: 8px;
}

.monthly-goals p {
    background-color: #e1ebc7;
    list-style-position: inside;
    border-radius: 8px;
}