body{
        margin:0px;
        padding:0px;
        background-color: rgb(255, 255, 255);
        font-family: 'calibri', sans-serif;
        font-size:1em;
        background-image:url("https://helianthus-fields.neocities.org/graphics/bgs/bg_tile_bluegrid.png");
        padding:4px;
}

.container{
max-width:950px;
margin:0 auto;
background-color: white;
border:1px solid black;
padding:10px;

}


h1, h2{
background: #000000;
padding:6px;
color:white;
margin:0px;
display:block;
}

h3{
color:black;
border-bottom:1px solid black;
}


.category{
text-align: right;
background-color: transparent;
color:black;
}



a{
text-decoration:wavy;
color:rgb(28, 43, 255);
}

a:hover{
background-color: yellow;
}


.rounded{
border-end-end-radius: 8px;
border-top-left-radius: 8px;
}


.left{
width:50%;
}

.right{
width:50%;
}

.flexbox{
display:flex;
flex-wrap:wrap;
justify-content: center;
margin:8px;
}