body {
    position:relative;
    margin:0;
    padding:0;
    
}

.she{
    position:fixed;
    z-index:1;
    width:100vw;
    
    bottom:0;
   
}

.her-eyes {
    height: 1000px;
    margin-top:16.3vh;
    padding:0;
    width: 100%;
    background:red;
    color:black;

}

.text {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 50px;
    font-weight: 700;

    padding-right: 3%;
    text-align: end;
    margin-top: 5%;
    position:relative;
 }

