#page38 body {
    background-color:#0277b5;
    color:white;

}

.repair-kit-block {
    border:1px solid gray; padding:20px;
    font-size:120%;
    margin-bottom:60px;
}

.repair-kit-block-name {
    font-size:120%;
    font-weight:bold;
}

.repair-kit-block-part {
    margin-bottom:10px;
}

.repair-kit-block-button {
    text-align:center;
    margin:20px 0;

}

.repair-kit-block-button button {
    background-color: #b3a800;
    color:white;
}

.repair-kit-block-button button:hover {
    background-color: white;
    color:#b3a800;
}