
body {
    background-color: rgb(62, 176, 188);
    background-image: url('alldogsgotoheaven.jpeg');
    background-size: auto;
    background-position: 10%;
}

h1 {
    text-align: center;
}

h2 {
    text-align: center;
}

h3 {
    text-align: center;
}

#breedDropdown {
    text-align: center;
    align-content: center;
    justify-content: center;
}

.buttons {
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    font-size: 24px;
  
}

.center {
    padding: 0%;
    text-align: center;
    align-content: center;
}

.image-container {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
}


.image-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s;

} 

.image-container.overlay::after {
    opacity:1;
}

.image-container img {
    width: 100%;
    height: auto;
    display: block;
}

#killCounter{
    visibility: hidden;
}

#flashRed{
    color:red;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    font-size: 24px;
  
}

#spare {
    color:green;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    font-size: 24px;
  
}