#navbar {
    background-color: red;
    color: white;
    display: flex;
    justify-content: space-around;
    width: 100%;
}

body {
    background-color: grey;
}

#paw {
    position: fixed;
    bottom: 0;
    color: teal;
}

#shh {
    display: flex;
    flex-direction: column;
    align-content: center;
    width: 49%;
}