div {
    border: 0px solid red;
}

body { 
    font-family: sans-serif;
}

img {border-radius: 20px;

}
.header { 
    margin-top: 100px;
}

.item {
    padding: 20px;
    font-size: 1.5em;
}

h1,
h2,
h3,
.avito {
    font-weight: bold;
}

.fluid-black {
    background-color: #212529;
    color: #f5f1f1;
}

.avito-link {
    text-decoration: none;
    color: red;
}

.avito-link:hover {
    color: white
}

.icons8 {
    text-decoration: none;
    color:#2125296b;
}

.icons8:hover {
    color: black
}

.icons8-info {
    color:#2125296b;
    text-align: end;
    padding: 0;
    margin: 0;
}

caption {
    caption-side: top;
}

caption h2 {
    color:black;
}

table td {
    border-bottom: 1px dotted grey;
}

table tr th:nth-child(2),
table tr td:nth-child(2) { 
    padding-left: 50px;
}

table tr {
    font-size: 20px;
}

table thead {
    border-bottom: 2px solid red;
}

.offcanvas-body a.nav-link:active {
    transition: none;
}

.fluid-grey {
    background-color: #adb5bd61;
}
