
/*
body{
    background-color: initial;
    
}
*/


@import url('https://fonts.googleapis.com/css2?family=Comic+Neue:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

*{
    font-family: "Comic Neue", cursive;
    color: black;
    font-weight: bolder;
    text-align: center;
    
}

aside article{                         
    
    align-content: center;
    justify-content: flex-start;
    text-align: center;
    font-weight: bolder;
}