#informacje {
    margin: 50px;
    padding: 15px;
    border-radius: 20px;
    background-color: gray;
    text-align: center;
}
#informacje img{
    border-radius: 10px;
}

#zespol{
    text-align: center;
    margin: 50px;
    padding: 15px;
    border-radius: 20px;
    background-color: gray;
    height: 300px;
}
.os{
    text-align: left;
    background-color: rgb(59, 58, 58);
    height: 150px;
    margin: 10px;
    border-radius: 20px;
    background: linear-gradient(90deg,rgb(90, 90, 90) 46%, rgba(3, 2, 2, 1) 100%);
}
.os h3{
    text-align: center;
}
.os img{
    float: left;
    border-radius: 20px 0px 0px 20px;
    border-right: 2px solid black;
    box-shadow: 2px 2px 20px 1px black;
}
.os p{
    margin-left: 25px;
    float: left;
}
.os:hover{
    box-shadow: 1px 3px 9px 11px rgb(58, 52, 52);
    transition: 2s;
}