.container-large, .container-medium, .container-small {
    padding: 2rem; /* Default padding value */
}

.wrap {
    background-color: blueviolet;
}

.h1 {
    font-size: 36px;
    font-weight: bold;
}

.h3 {
    font-size: 24;
    font-weight: bold;
}

.label {
    font-size: 18px;
}

.device-box {
    display: flex;
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    margin: 10px;
}