
.chooser {
    position: relative;
    height: 100vh;
    width: 100%;
    
    display: flex;
    align-items: center;
    justify-content: center;
}
.chooser button {
    line-height: 50%;
    margin: 25px;
    cursor: pointer;
}

.arrow {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* transform: translateX(-50px); */
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: center;   
}
.arrow img {
    height: 50px;
}