@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
*{
    box-sizing: border-box;
}

body{
    font-family: 'Roboto', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* height: 100vh;
    overflow: hidden; */
    background-color:#3288DE;
    color: white;
    margin: 0;
}
.main-cup{

    width: 7rem;
    border: solid 2px blue;
    border-radius: 0 0 30px 30px;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: blue;
    position: relative;
    height: 15rem;
}
.big-cup-fill{
    border-right: solid 2px blue;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #49a9e9;;
    height: 0;
    width: 6.88rem;
    border-radius: 0 0 30px 30px;
    text-align: center;
    
}
h4{
    margin: 0;
}
h6{
    margin: 0;
}
.text{
 
    position: relative;
    z-index: 2;
}

.little-cup{
    height: 3.75rem;
    width: 1.9rem;
    border: solid 2px blue;
    border-radius: 0 0 7.5px 7.5px;
    background-color: white;
    padding: 1rem 0.4rem;
    color: rgb(0, 89, 255);
    margin: .2rem;
    display: inline-block;
}
.h6{
    font-size: xx-small;
}

.fill{
    background: #49a9e9;
    color: white;
}