body {
    padding: 0;
    margin: 0;
    background-color: #262626;
}

header {
    width: 100%;
    margin: 0 0 20px 0;
    
    background: linear-gradient(to right, #30CFD0, #c43ad6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  
}

h1 {
    text-align: center;
    font-size: 3rem;
}

.srhcont {  
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 20px 0;
}

label {
    display: block;
    color: white;
    margin: 0 0 5px 0;
    font-weight: 500;
}

input {
color: white;
minwidth: 180px;
height: 40px;
padding: 8px;
border-radius: 10px;
border: none;
background-color: transparent;
box-shadow:inset 2px 2px 5px #121212, inset -5px -5px 5px #4c4c4c ;
}

input:focus {
outline:0;
}

.container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

a.itmlink {
    color: black;
    text-decoration: none;
}

.items {
    background-color: #333333;
    margin: 50px 0 0 0;
    box-shadow: 2px 2px 20px #1a1a1a;
    padding: 8px;
    border-radius: 5px 5px 0 0;
}

@media all and (min-width: 532px) {
    .items {
        margin: 50px 20px 0 0;
    }
}

.items img {
    width: 250px;
    height: 200px;
    object-fit: cover;
    border-radius: 5px 5px 0 0;
}

span p {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    margin: 5px 0 40px 0;
    color: white;
}

.itmnot {
   display: flex;
   justify-content: space-between;
   margin: 0 0 10px 0;
   color: white;
   
}

.artcom {
    color: #00ff00;
}

.artper {
    color: #ffff00;
}
.artcont {
    color: #ff4900;
}

footer {
    width: 100%;
    margin: 50px 0 0 0;
    border-top: 2px solid #5a5a5a;
}

.fotcont {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.itm {
    display: flex;
}

.child {
    padding: 10px;
}
.child img {
    width: 20px;
    height: 20px;
}

@media all and (min-width: 532px) {
    .fotcont {
        flex-direction: row;
    }
}
