.addressBottomText {
    color: aliceblue;
}
.explenationText {
    color: #909090;
}

.printer-card {
    background: #292929;
    text-align: center;
    border-radius: 10px;
    margin:10px;
    width:200px;
    height: 150px;
    flex-grow: 1;
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
}

#infotext {
    padding-top: 10px;
    font-size: large;
    font-weight: bold;
    text-align: center;
    color: white;
}