* {
    margin: 5px;
    padding: 5px;
    box-sizing: border-box;
}

html, body {
    height: 100%;
}

body {
    background: url(./cool-doberman.png) no-repeat center center fixed;
    background-color: rgb(165, 165, 165);
    font-family: Helvetica, Arial, sans-serif;
}


.columns {
    background: url(./cool-doberman.png) no-repeat center center fixed;
    background-color: rgb(165, 165, 165);

}

.content {
    margin: 10px;
    padding: 10px;
    box-sizing: border-box;
}

.title {
    text-align: center;
    font-size: 50px;
    border-bottom: solid 5px black;
    padding: 5px;
}

.dogPic {
    width: 300px;
    height: 300px;
}

#banner-message {
    background: white;
    border: solid 3px black;
    border-radius: 4px;
    padding: 20px;
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
    width: auto;
}

#breed_data {
    text-align: left;
    transition: all 0.2s;
    margin: 0 auto;
    width: 500px;
}

#breed_image {
    margin: 0 auto;
    width: 460px;
}

#btn:hover {
    cursor: pointer;
    border-color: #275294fd;
    box-shadow: 0px 0px 20px #4221bb;
}

#saveBtn:hover {
    cursor: pointer;
    border-color: #275294fd;
    box-shadow: 0px 0px 20px #4221bb;
}

#display {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.breed_select:hover {
    cursor: pointer;
    border-color: #275294fd;
    box-shadow: 0px 0px 20px #4221bb;
}

footer {
    background: url(./dogGroup.jpg) center;
}

/* #footer {
    position:absolute;
    bottom: 0;
    width: 100%;
    height: 60px;   /* Height of the footer */