.centered {
    height: 20%;
    position: fixed;
    bottom: 0%;
    flex-direction: row;
    width: 100%;
    margin: 20px auto;
    left: 40;
    right: 0;
}

button {
    display: flex;
    align-items: center;
    border: 2px solid white;
    background-color: transparent;
    width: 2em;
    height: 2em;
    border-radius: 100%;
    font-size: 2em;
    background-color: rgba(0, 0, 0, 0.4);
    color: white;
    outline: none;
}

.instructions {
    position: fixed;
    top: 5%;
    font-size: 1.25em;
    color: white;
    z-index: 999999;
}
