﻿body {
    background-color: antiquewhite;
}

div {
    width: 100%;
    height: 300px;
    border: 1pt solid black;
}

#pet1 {
    margin-top: 5px;
}

#petselector {
    height: 30px;
    width: 60px;
}

.picture {
    float: left;
}

.text {
    font-size: 30px;
    color: dimgray;
    float: right;
    clear: both;
}

#pet1button {
    position: absolute;
    left: 1160px;
    top: 412px;
    width: 80px;
    height: 50px;
}

#pet2button {
    position: absolute;
    left: 1160px;
    top: 716px;
    width: 80px;
    height: 50px;
}

#pet3button {
    position: absolute;
    left: 1160px;
    top: 1017px;
    width: 80px;
    height: 50px;
}

#pet4button {
    position: absolute;
    left: 1160px;
    top: 1320px;
    width: 80px;
    height: 50px;
}

#pet5button {
    position: absolute;
    left: 1160px;
    top: 1624px;
    width: 80px;
    height: 50px;
}

#pet6button {
    position: absolute;
    left: 1160px;
    top: 1924px;
    width: 80px;
    height: 50px;
}

#pet7button {
    position: absolute;
    left: 1160px;
    top: 2226px;
    width: 80px;
    height: 50px;
}

#pet8button {
    position: absolute;
    left: 1160px;
    top: 2528px;
    width: 80px;
    height: 50px;
}

#pet9button {
    position: absolute;
    left: 1160px;
    top: 2830px;
    width: 80px;
    height: 50px;
}

#pet10button {
    position: absolute;
    left: 1160px;
    top: 3132px;
    width: 80px;
    height: 50px;
}
