#categoryMain {
    margin: 50px auto;
    font-size: 20px;
    color: white;
    text-align: left;
    
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 25px;
    padding: 20px 20px 0px 20px;
    box-shadow: 5px 5px 20px grey;
    
    width: 90%;
    min-width: 800px;
}

a {
    color: white;
}

table {
    color: white;
}

td {
    padding: 3px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.picture {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 25px;
    padding: 20px;
    box-shadow: 5px 5px 20px grey;
    width: 45%;
    margin-bottom: 20px;
}

.pictureInformation {
    float: left;
    width: 65%;
}

.pictureName {
    text-align: center;
    font-size: 23px;
}

.pictureDescription {
    padding-top: 10px;
    padding-bottom: 10px;
}

.pictureMaterial {
    
    margin: auto;
    text-align: left;
}

.pictureState {
    margin: auto;
    text-align: left;
}

.pictureSize {
    margin: auto;
    text-align: left;
}

.image {
    float: right;
    max-width: 30%;
}

.image:hover {
    max-width: 100%;
    float: none;
    margin: auto;
    text-align: center;
}

.image:hover img {
    max-width: 70% !important;
}

.image img {
    max-width: 100%;
    border: 3px solid rgba(0, 0, 0, 0.5);
}