* {
    margin: 0;
}


.navbar {
    text-align: center;
    background-color: darkslategray;
    color: ghostwhite;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}
#dayJsEl {
    font-size: 20px;
}
img {
   border-radius: 4px;
   border: 1px solid #ddd;
   padding: 5px;
   width: 80%;
   height: auto;

}
#final-page {
    width: 75%;
    margin: 0 auto;
}
#final-page p {
   font-size: 25px; 
}


.left-choice, .right-choice {
    text-align: center;
}

.dog-container {
    width: 80%;
    margin: 5px auto;
    text-align: center;
}

#dogs-left {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#dogs-right {
    display: flex;
    flex-direction: column;
    align-items: center;
}



#initial-page {
    display: visible;
}

