.index{
    background: linear-gradient(-45deg, #f12711, #f5af19);
    height: 100%;
    width: 100%;
    margin: 0;
}

.gif {
    position: absolute;
    left: 50%;
    transform: translate(-50% ,-50%);
    top: 50%;

}
.gif img{
    border-radius: 50px;
    width: 600px;
    border: #8f8f8f 5px solid;
    box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.8);

}
.content{
    border-radius: 50px;
    background-color: rgba(244, 201, 180, 0);
    width: max-content;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition-property: background-color;
    transition-duration: 0.5s;
}
.content p{
    padding: 0;
    font-family: 'Nunito', sans-serif;
    font-size: 150px;
    margin: 0;
    color: #c28f18;
    transition-property: padding-left, padding-right;
    transition-duration: 0.5s;
}
.content:hover{
    background-color: rgb(93, 93, 93);
}
.content p:hover{
    padding-right: 150px;
    padding-left: 150px;
}
.content:active{
    background-color: rgb(204, 204, 204);}
a{
    text-decoration: none;
}
.bg{
    width: 726px;
    height: 350px;
    margin: 0;
    padding: 0;
    background-image: url("0001-0100.gif");
    background-size: 25%;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.bgg{
    width: 726px;
    height: 350px;
    margin: 0;
    padding: 0;
    background-image: url("0001-0100.gif");
    background-size: 25%;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.bruh{
    background-color: #474747;
    height: 100%;
}
.title{
    position: absolute;
    left: 50%;
    margin-bottom: 150px;
    width: max-content;
    height: max-content;
    transform: translateX(-50%);
}
.title p{
    font-family:'Nunito', sans-serif;
    font-weight: bold;
    color: #2e2e2e;
    font-size: 80px;}
html {
    height: 100%;
    padding: 0;
}

.Hover {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0;
}

h1 {
    background: linear-gradient(to bottom, #cfc09f 22%,#634f2c 24%,
    #cfc09f 26%, #cfc09f 27%,#ffecb3 40%,#3a2c0f 78%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #fff;
    font-family: 'Playfair Display', serif;
    position: relative;
    text-transform: uppercase;
    font-size: 13vw;
    margin: 0;
    font-weight: 400;
    cursor: pointer;
}

h1::after {
    background: none;
    content: attr(data-heading);
    left: 0;
    top: 0;
    z-index: -1;
    position: absolute;
    text-shadow:
    -1px 0 1px #c6bb9f,
    0 1px 1px #c6bb9f,
    5px 5px 10px rgba(0, 0, 0, 0.4),
    -5px -5px 10px rgba(0, 0, 0, 0.4);
}







