.button {
    font-size: 0.9rem;
    padding: 1em 1em;
    cursor: pointer;
}

.l {
    background-color: slateblue;
    color: white;
    border: none;
    
    border-radius: 0.5em;
}

.u {
    background-color: slateblue;
    color: white;
    border: none;

    border-radius: 0.5em;
}

.r {
    background-color: slateblue;
    color: white;
    border: none;

    border-radius: 0.5em;
}

.d {
    background-color: slateblue;
    color: white;
    border: none;

    border-radius: 0.5em;
}

.l:hover {
    background-color: rgb(81, 68, 153);
}

.r:hover {
    background-color: rgb(81, 68, 153);
}

.d:hover {
    background-color: rgb(81, 68, 153);
}

.u:hover {
    background-color: rgb(81, 68, 153);
}

body{
    margin: 0;
}

.button-tile {
    min-height: 5vh;
    width: 50%;
    margin-left: 124px;
    margin-top: -20px;
}

.ubutton-tile {
    min-height: 7vh;
    width: 50%;
    margin-left: 172px;
    margin-top: 10px;
}
