body{
    text-align: center;
    margin: 0%;
    padding: 0%;
    border: 0%;
}


img{
    height: 50%;
    width: 50%;
}


h1{
    background-color: rgb(84, 128, 185);
    margin: 0%
}

hr{
    margin-top: 0%;
}

aside{
    text-align: center;

}
   
.flexed { 
    padding: 0%;
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   border: 1px;
   height: auto;
   width: auto;
}


article{
    background-color: rgb(84, 128, 185);
    position: sticky;
}
    


table{
    width: 50%;
    height: 50%;
}

section{
    font-size: 20px;
}

