body {
    font-family: Arial, sans-serif;
}

h1 {
    font-family: 'Averia Sans Libre', cursive;
    color: #241460;
    text-align: center;
    letter-spacing: 2px;
    font-size: 4rem;
}

#container div {

    width: 80%;
    margin: auto;
    padding: 20px;


}

hr {
    border: 2px solid #e489f4;

}

.article-container {
    border: 2px solid #e489f4;
    margin: 10px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}

.content {
    flex: 2;
    padding-right: 50px;

}

.image-container {
    flex: 1;
    max-width: 300px;
    flex-wrap: wrap;
    background-color: #e8bcf0;
}

img {
    max-width: 300px;
    max-height: 300px;

}

a {
    text-decoration: none;
    color: #8106ba;
}

a:hover {
    text-decoration: underline;
}