.navbar {
    position: absolute;
    bottom: 5em;
    left: 50%;
    transform: translate(-50%);
    width: 30%;
    height: 7em;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 22px;
}