*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Inter, sans-serif;

}

.banner{
    width: 100%;
    height: 60vh;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.container-bg{
    background-color: #0d0d0d;
    width: 100%;
    height: 1800px;
    align-self: center;
    z-index: -1;
}

.container-body{
    width: 800px;
    height: 600px;
    background-color: #0d0d0d;
    border-radius: 5px;
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    padding-inline: 150px;
    margin-inline: auto;
    color: #fff;
}

.container-body .header{
    position: relative;
    text-align: center;
    top: -20%;
    font-size: 50px;
    font-family: Teko,sans-serif;
    color: #fff;
    font-weight: 600;
    filter: drop-shadow(5px 10px 10px #0d0d0d);
}

.container-gif{
    width: 100%;
    height: 200px;
    object-fit: cover;
    left: 0;
    right: 0;
    margin-inline: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}

