img:first-child {
    width: 100VW;
    height: 90VH;
    object-fit: COVER;
    opacity: 30%;



}

body {
    background-color: black;
    /* opacity:30% ; */
}

img:nth-child(2) {
    position: absolute;
    top: 18px;
    left: 42px;
    width: 200px;
    height: auto;
    z-index: 100;
}




.button-container {
    display: flex;
    gap: 16px;
    position: absolute;
    top: 39px;
    right: 158px;
}

button {
    height: 27px;

}

h1 {
    position: absolute;
    top: 201PX;
    left: 484PX;
    color: white;
    font-size: 47px;
    text-align: center;
    z-index: 100;

    /* line-height: 30%; */
    /* MARGIN: 39PX; */




}

h2 {
    position: absolute;
    top: 251PX;
    left: 672PX;
    color: white;
    font-size: 47px;
    text-align: center;
    z-index: 100;

}

h3 {
    position: absolute;
    top: 344PX;
    left: 625PX;
    color: rgba(255, 255, 255, 0.856);
    font-size: 20px;
    text-align: center;
    z-index: 100;
}

h4 {
    position: absolute;
    font-family: "Netflix Sans", "Helvetica";
    top: 400PX;
    left: 500PX;
    color: white;
    font-size: 19px;
    text-align: center;
    z-index: 100;
}

input{

    position: absolute;
    top: 467px;
    left: 500px;
    width: 400px;
    height: 40px;
    border-radius: 5px;
    border: 2px solid rgba(255, 255, 255, 0.703);
    padding-left: 10px;
    font-size: 16px;
    z-index: 100;
    background-color:rgba(0, 0, 0, 0) ;
     color: rgb(255, 255, 255);

}

.button-getstarted{
    position: absolute;
    top: 469px;
    left: 933px;
    width: 200px;
    height: 40px;
    border-radius: 5px;
    border: none;
    background-color: red;
    color: white;
    font-size: 16px;
    cursor: pointer;
    z-index: 100;
   float: left;
   
}
span{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;

}




