.navbar {
    background-color: #F0EBEB;
}

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2.5rem; 
    background-color:#F0EBEB;
    font-size:small;
  }

.navbar .logo {
    width: 100px;
}

div.cardrow {
    margin-top: 100px;
    margin-bottom: 500px;
}

div.sheepcard {
    margin-right:10px;
}

div.aboutcol {
    margin-top: 100px;
    margin-bottom: 500px;
    padding-left:50px;
}