.button{
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    text-align: center;
    background-color: #cae6fc;
    border-radius: 25px;
    margin: 5px;
    line-height: 95px;
}

.row{
    display: block;
    text-align: center;
    height: 110px;
    width: 100%;
}

#keypad {
    text-align: center;
    background-color: whitesmoke;
    border-radius: 25px;
    width: max-content;
    margin: 0 auto;
    padding: 5px;
}

#id {
    text-align: center;
}

#title{
    height: 25px;
    padding: 10px;
    text-align: center;
}

#code {
    text-align: center;
    font-size: large;
    border: #cae6fc;
    border-radius: 15px;
    border-width: thin;
    border-style: solid;
    margin-bottom: 10px;
}

.button, .row, #keypad, #id, #title, #code {
    font-family: Futura;
    font-size: 20px;
}

[data-keywords*="me"] {
    padding-left: 25px;
    padding-right: 25px;
}