main section {
    display: flex;
    flex-direction: column;
    width: 100%;

}

main section a {
    margin-bottom: 0;
    border-radius: 2em 0em 0 0;
    margin-top: 1em;
}
 
main section img {
    border-left: groove var(--blue) 0.5em;
    border-top: solid var(--blue) 0.5em;
    object-fit: cover;
    width: 100%;
    height: 45ch;
}

main section p {
    margin-top: 1em;
}