html{
    background-color: black;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height:100vh;
    width: 100vw;
}

.ballet-<uniquifier> {
  font-family: "Ballet", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

h1{
    color: lightgray;
    width: fit-content;
    z-index: 3;
    font-family: "Ballet", cursive;
    text-align: center;
    margin: auto;
    font-size: 4em;
    padding-bottom: -10%;
}
audio{
    width: 15vw;
    color-scheme: dark;
    top: 0;
    right: 0;
    float: right;
}

.center-image{
    display: flex;
    justify-content: center;
    z-index: 0;
    position: relative;
}

.left p{
    color: white;
    z-index: 2;
    position: absolute;
    width: 300px;
    left: 4%;
}
.image-1 {
  position: relative;
  top: 57px;
  height: 70vh;
  display: flex;
    justify-content: center;
}

.image-2 {
  position: absolute;
  height: 90vh;
  display: flex;
  justify-content: center;
}

.rose{
    z-index: -3;
    position: absolute;
    height: 90vh;
    bottom: 0;
    left: 5vw
}
.rose-2{
    z-index: -3;
    position: absolute;
    height: 80vh;
    bottom: 0;
    right: 5vw;
    transform: rotate(180deg);
}

a{
    text-decoration: none;
    color: white;
}

.left ul{
    color: white;
    position: absolute;
    left: 5%;
    top: 20%;
    z-index: 6;
    width: 250px;
    text-align: justify;
    list-style: none;
    border: 2px solid darkred;
    padding-right:30px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color:  rgba(255, 255, 255, 0.3);
}

.right-image{
    width:13%;
    position: absolute;
    right: 5%;
    top: 39%;
    z-index: 8;
}
.right-frame{
    width: 20%;
    position: absolute;
    right: 1%;
    top: 30%;
    z-index: 9;
}

.left-image{
    width:13%;
    position: absolute;
    left: 6%;
    top: 38%;
    z-index: 8;
}
.left-frame{
    width: 20%;
    position: absolute;
    left: 2%;
    top: 29%;
    z-index: 9;
}