﻿body {
    background-color: burlywood;
    color: crimson
}

.h1design {
    text-align: center;
    background-color: cadetblue;
    font-size: 50px;
    margin-top: 2%;
}

.mainimg {
    margin-top: -2%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.centerddl {
    text-align: center;
}

#FavAnimalDiv {
    display: block;
    position: absolute;
}

.navbar {
    width: 100%;
    top: 0;
    position: fixed;
    font-size: 150%;
    z-index: 1;
    padding-left: 38%;
}

#stringify{
    position: relative;
}

.addproText{
    font-size: 25px;
}
