body, html {
    height: 100%;
    margin: 0;
}
* {
    box-sizing: border-box;
}
#bg-image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}
.grid-container {
    display: grid;
    z-index: 2;
    transform: translate(0, -100%);
}
#addButton {
    width: 100%;
    font-size: 250px;
    text-align: center;
    color: white;
}
#menu {
    width: 100%;
    height: 100px;
    background-color: white;
}
#investipanzi {
    margin: 0 32%;
}
#investipanzi2 {
    width: 100%;
    font-size: 28px;
    text-align: left;
    color: black;
    padding-left: 10px;
    text-align: center;
    margin: 100px 0;
}
.cruise-menu-item {
    height: 80px;
    padding-left: 8%;
}
}
#TextBg {
    background: white;
    opacity: 0.8;
    border-radius: 15px;
    padding: 5px;
    margin: 10px;
}
#nextDestination {
    width: 100%;
    font-size: 25px;
    text-align: center;
    color: blue;
}
#Workedtoday {
    width: 100%;
    font-size: 25px;
    text-align: center;
    color: blue;
}
#savedTotal {
    width: 100%;
    font-size: 120px;
    text-align: left;
    color: white;
    padding-left: 10px;
    visibility: hidden;
}
#savedTotalText {
    width: 100%;
    font-size: 25px;
    text-align: center;
    padding-bottom: 45px;
    padding-top: 120px;
    color: white;
    visibility: hidden;
}
.ldBar {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
