h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px !important;
    color: #fff;
    border-bottom: 1px solid #2a3458 !important;
    padding: 20px 0px !important;
    background: #040b1b;
}
.Whale_Gallery_Img {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    padding-top: 20px;
    color: #fff;
}
.Whale_Gallery_Img img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    border: 1px solid #636f9b;
}
.Whale_Gallery_Img p {
    margin-top: 15px;
    text-align: center;
}
.Whale_Gallery_Content {

}
.Whale_Gallery_Button {
    text-align: center;
    padding: 10px 0px 30px 0px;
}
.Whale_Gallery_Button button {
    padding: 10px 50px;
    background-color: #040b1b;
    color: #fff;
    border: 1px solid #2a3458;
    border-radius: 5px;
    cursor: pointer;

}