*{margin: 0px;padding: 0px;}
main{
    background-size: cover;
    position: relative;
    grid-row: 1 / 20;
}
.textBox{
    position: absolute;
    bottom: 22px;
    background-color: #7fffd48f;
    padding: 8px;
    padding-top: 20px;
    width: calc(100% - 16px - 30px);
    /* height: 71px; */
    margin: 15px;
    border-radius: 15px;
}
.character{
    position: absolute;
    top: -100px;
    background-color: #224a62f5;
    border-radius: 50%;
}

menu{
    width: 100vw;
    height: 100%;
    background-color: blue;
    display: flex;
    justify-content: space-between;
}