.main-container
{
    background: rgb(9 16 129 / 75%);
    /* height: 100vh; */
    color: #fff;
}

.result-bottle .bottle-img{
    width: 80px;
}

.result-bottle{
    display:inline-block;
    /* background: #7381d2; */
    /* padding: 1rem 2rem; */
    /* border-radius: 1rem; */
    /* margin-bottom: 2rem; */
}





/* CSS */
.open-bottle-btn {
    align-items: center;
    background-image: linear-gradient(144deg,#AF40FF, #5B42F3 50%,#00DDEB);
    border: 0;
    border-radius: 8px;
    box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
    margin: 2rem auto 0 auto;
    box-sizing: border-box;
    color: #FFFFFF;
    display: inline-block;
    font-family: Phantomsans, sans-serif;
    font-size: 20px;
    justify-content: center;
    line-height: 1em;
    max-width: 100%;
    min-width: 140px;
    padding: 15px 14px;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    cursor: pointer;
    transition: 0.2s all;
  
    -webkit-box-shadow: 6px 6px 8px -8px rgba(0,0,0,0.78);
    -moz-box-shadow: 6px 6px 8px -8px rgba(0,0,0,0.78);
    box-shadow: 6px 6px 8px -8px rgba(0,0,0,0.78);
  
  }
  
  .open-bottle-btn:active,
  .open-bottle-btn:hover {
    outline: 0;
  }
  
  .open-bottle-btn:hover{
      opacity: 0.9;
  }


  .opened-txt{
    text-decoration: none;
    color: #faef05;
    font-weight: bold;
    font-size: 1.2rem;
    margin: 2rem auto 0 auto;
    display: block;
  }

.secret-div{
    opacity: 0;
    background: #1b3283;
    padding: 1rem;
    display: inline-block;
    margin: 1rem 0 0 0;
    border-radius: 1rem;
}
.info-group{
  padding:  0 2rem 0 2rem;
}

.sea-table{
}
.sea-table-outer{
  padding: 1rem;
  background: #5d64b7;
  border-radius: 1rem;
}