.container {
    width: 100%;
    height: 100vh;
    background-size: 100%;
    background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url(images/background.jpg);
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.adoption-box {
    background:rgba(77, 159, 206, 0.5);
    text-align: center;
    padding: 5px 90px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #fff;
    position: relative;
    border-radius: 20px;
}
.message_box {
    width: 30px;
    height: auto;
    position: absolute;
    left: 40px;
    margin-top: 40px;
}
.dog_1 {
    margin-top: 40px;
    border-radius: 20px;
}
.profile-bottom {
    background: #fff;
    color: #999;
    padding: 30px 0px;
    padding-bottom: 10px;
    margin-right: -90px;
    margin-left: -90px;
    margin-bottom: -40px;
    border-radius: 20px;
    margin-top: -10px;
    display: flex;
    justify-content: center;
}
.location-pin {
    width: 40px;
    height: auto;
    margin-top: -10px;
    cursor: pointer;
    position: relative;
    margin-right: 20px;
}
.adoption-box button{
    background: #fff;
    color: darkgrey;
    border: none;
    outline: none;
    box-shadow: 0 5px 10px rgba(74, 83, 88, 0.5);
    padding: 15px 60px;
    cursor: pointer;
    border-radius: 30px;
    margin-bottom: -50px;
    font-weight: 600;
    font-size: 16px;
}
.adoption-box h3 {
    font-size: 22px;
    margin-top: 20px;
    font-weight: 500;
}
.footer {
    padding-top: 10px;
    margin-top: 10px;
    height: 5px;
    
}
.footer-text {
    padding-top: 0px;
    padding-bottom: 10px;
}
button.green-button {
    color: lightgreen;
}
button.red-button {
    color: #ff96ad
}