@charset "UTF-8";

* {
    box-sizing: border-box;
}

body {
    background: whitesmoke;


}

header {
    width: 100%;
    background: whitesmoke;
   text-align: center;
    
    
}

footer{
    background-color: whitesmoke;
    text-align: center;
    clear: left;
}
.font {
    font-family: 'Cedarville Cursive', cursive;
    color: purple;
}

section{
    background: rgb(230, 129, 129);
    margin: auto;

}

article {
    width: 48%;
    background:whitesmoke;
    float: left;
    margin-left: 20px;
}

h1{
    color: black;
}

h2{
    color:black;
    ;
}

h3{
    color: black;
}

.listBox {
    background:blue;
    width:80%;
    border: solid 2px black;
    padding: 10px;
    margin: auto;
    /* text-align: center; */
}