header {
    background-color: #819c83;
    color: #355643;
    text-align: center;
    padding:2rem;
    margin-bottom: 2rem;
}

h1{

    font-family: 'Playwrite DE SAS', serif;
    font-style: italic;
    font-size: 32px;
    margin: 1;
}

article {
    font-family: 'Licorice', cursive;
    margin: 0;
    padding: 25px;
    border: #355643 10px solid;
    background-color: #45624b;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

footer {
    font-family: "licorice", cursive;
    text-align: center;
    padding: 10px;
    margin-top: 20px;
    background-color: #819c83;
    color: #355643;
}

img {
    display: block;
    margin: 0;
    border-radius: 50px;
    box-shadow: 0 2px 4px rgba(26, 49, 32, 0.1);
}

img:hover {
    transform: scale(1.3);
    transition: transform 0.6s ease;
}

a {
    color: #d1dbd9;
    text-decoration: none;
}

a:visited {
    color: #355643;
}

a:hover {
    color: #819c83;
    text-decoration: underline;
}
a:active {
    color: #45624b;
}
a:focus {
    outline: 2px solid #355643;
    outline-offset: 4px;
}

aside:hover{
    transform: scale(1.25);
    transition: transform 0.6s ease;
}