

/* .title {
    padding: 25px 25px 5px 0px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
 */
/*  #content {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 60px;
} */

/* #bar {
    padding: 25px 25px 30px 25px;
}

#bar .title {
    font-size: 18px;
    font-weight: 500;
}

#bar .search {
    margin-top: 10px;
}

#bar .search input {
    border: 0px;
    border-radius: 20px;
    padding: 0px 15px;
    background-color: whitesmoke;
}

#bar .search input::placeholder {
    color: lightgrey;
    font-size: 15px;
}

#award {
    display: grid;
}

#award .block .block-inner {
    position: relative;
    aspect-ratio: 500 / 174;
    overflow: hidden;
    margin: 25px;
    background-size: 100%;
    cursor: pointer;
    background-color: gray;
    border-radius: 10px;
}

#award .block:nth-child(2n-1) {
    background-color: whitesmoke;
}

#award .block .label {
    font-weight: 500;
    padding: 0px 25px 0px 25px;
    font-size: 16px;
    display: grid;
    align-items: center;
    text-transform: uppercase;
    height: 100%;
    color: white;
    text-shadow: 1px 1px 2px grey;
}

#award .block .label.black {
    color: black;
    text-shadow: none;
} */