#carausel{
    /* position: fixed; */
    position: relative;
    width: 100%;
    min-height: 100vh;
    max-height: 50vh;
    overflow: hidden;
    /* background-color:red; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:flex-start;
    /* z-index: -1; */
}
#carausel img:nth-child(1){
    position: absolute;
    width: 400px;
    /* border: 1px solid gold; */
    right: 150px;
    top: 70px;
    transform: rotate(-8deg);
}
#carausel img:nth-child(2){
    position: absolute;
    width: 350px;
    /* border: 1px solid gold; */
    right: 90px;
    top: 390px;
    transform: rotate(-7deg);
}
#carausel img:nth-child(3){
    position: absolute;
    width: 350px;
    /* border: 1px solid gold; */
    right: 500px;
    top: 290px;
    padding: 8px;
    transform: rotate(4deg);
}

#carausel h1{
    /* background-color: yellow; */
    color: gold;
    font-size: 50px;
    font-family: "Inconsolata", serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    font-variation-settings:"wdth" 100;
    text-shadow: 2px 2px 2px black;
    text-align: center;
    text-shadow: 2px 2px 32px gold;
    letter-spacing: 2px;
}

#carausel h2{
    letter-spacing: 18px;
    /* background-color: aqua; */
    color: gold;
    font-size: 30px;
    font-family: "Inconsolata", serif;
    font-optical-sizing: auto;  
    font-weight: 900;
    font-style: normal;
    font-variation-settings:"wdth" 100;
    text-shadow: 2px 2px 2px black;
    text-align: center;
}

#ladife a{
    text-decoration: none;
    color: gold;
    font-size: 34px;
    font-family: "Inconsolata", serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    font-variation-settings:"wdth" 100;
    text-shadow: 2px 2px 2px black;
    text-align: center;
    text-shadow: 2px 2px 32px gold;
    letter-spacing: 2px;
    margin: 10px;
}