body {
    margin: 0;
    background-image: url(image7.jpeg);
    /* background: rgb(163, 36, 36) no-repeat ; */
    height: 180vh;
    background-size: cover;
    background-position: center;
}

header {
    width: 100px;
    height: 75px;
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding: 30px 10%;
    background: rgba(0, 0, 0, 0);
}

#lo {
    float: left;
    background-size: 20px;
    position: absolute;
    left: 200px;
    position: absolute;
    top: 25px;
    font-size: 28px;
    letter-spacing: 1.5;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    cursor: pointer;
}

.logo img {
    float: left;
    background-size: 20px;
    position: absolute;
    left: 50px;
    position: absolute;
    top: -5px;
    width: 180px;
    height: 20vh;
    cursor: pointer;
}

nav ul {
    float: right;
    position: absolute;
    top: 38px;
    position: absolute;
    right: 170px;
}

nav li {
    display: inline-block;
    list-style: none;
}

nav li a {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    font-weight: bold;
    padding: 30px 30px;
}

nav li a:hover {
    color: red;
}

#bu {
    position: absolute;
    left: 1110px;
    position: absolute;
    top: 25px;
    width: 58px;
    height: 58px;
    border-radius: 55px;
    border: 1px solid red;
    background: rgba(130, 112, 112, 0.3);
    text-align: center;
    cursor: pointer;
}

#bu:hover {
    background-color: rgb(228, 212, 212);
}

#po {
    color: red;
}

.content h2 {
    text-align: center;
    color: white;
    font-size: 30px;
    padding-top: 10px;
    margin: 0;
}

#de{
    font-size: 18px;
}

#me{
    font-size: 20px;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 100px;
    /* margin: 50px 0; */
}

.content {
    width: 20%;
    margin: 15px;
    box-sizing: border-box;
    float: left;
    text-align: center;
    border-radius: 20px;
    cursor: pointer;
    padding-top: 10px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25);
    transition: -4s;
    /* background: rgb(222, 184, 184); */
    /* background: rgb(73, 69, 69); */
    background: transparent;
    backdrop-filter: blur(20px);
    border: 1px solid red;
}

.content:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    transform: translate(0px, -8px);
}

img {
    width: 220px;
    height: 280px;
    border-radius: 10px;
    text-align: center;
    margin: 0 auto;
    display: block;
}

#dem{
    width: 220px;
    height: 273px;
    border-radius: 10px;
    text-align: center;
    margin: 0 auto;
    display: block;
}

#meta{
    width: 220px;
    height: 293px;
    border-radius: 10px;
    text-align: center;
    margin: 0 auto;
    display: block;
}

p {
    text-align: center;
    color: rgb(185, 179, 225);
    padding-top: 0 8px;
}

button {
    text-align: center;
    font-size: 24px;
    color: white;
    width: 100%;
    padding: 15px;
    border: 0;
    outline: none;
    cursor: pointer;
    margin-top: 5px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.watch {
    background: rgb(11, 160, 150);
}

.watch:hover {
    color: rgb(129, 243, 231);
}

footer {
    position: absolute;
    left: 50px;
    position: absolute;
    top: 1930px;
}

#foot {
    color: white;
}