body {
    background-color: lavender;
}


.list1 {
    width: 50%;
    float: left;
}
.list2 {
    width: 50%;
    float: left;
}

.foxes {
    width: 100%;
    float: left;
}

h1{
border: 5px dotted blue;
}

