﻿body {
    background-color: antiquewhite;
}

div {
    width: 100%;
    height: 300px;
    border: 1pt solid black;
}

#main {
    height: 100%;
    width: 100%;
    border: 1pt solid black;
}

#petselector {
    height: 30px;
    width: 60px;
}

#links {
    text-align: center;
    font-size: 20px;
    background-color: gainsboro;
    border: 1pt solid black;
    height: 40px;
}

h1 {
    text-align: center;
}

.picture {
    float: left;
}

.text {
    font-size: 30px;
    color: dimgray;
    float: right;
    clear: both;
}

petdiv {
}

#Donations {
    border: none;
}
