.box-position {
    position:absolute;
    top:90px;
    right:0px;
    bottom:10px;
    left:10px;
}

.ocupe-space {
    height:100%;
    width: 100%;
}

.font-specs {
    font-size: 50px;
    color: darkred;
}

.margin-buttons {
    margin-bottom: 10px;
}

.background-color {
    background: #c8bfc1;
}

.center-a-text {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.box-position-list {
    position:absolute;
    top:90px;
}