body {
    text-align: center;
    background-image: url("./background.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: 0%;
}

#waterBottleContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 425px;
    width: 425px;
    margin: 0 auto;
}

#waterBottle {
    width: auto;
    height: 400px;
    cursor: pointer;
    transition: all 0.1s ease;
    justify-content: center;
    align-items: center;
}

.big {
    font-size: 30px;
}

button {
    display: block;
    margin: 0 auto;
    width: 400px;
    border-radius: 5px;
    margin-bottom: 3px;
}