body{
    background-color: black;
   margin: 0;
   padding: 0;
}
.container{
    display: flex;
}
.third{
    width: 100vw;
    height: 100vh;
    background-image:url(girl.jpeg);
    background-size: cover;
    background-position: center;
    position: relative;
}
.first{
    width: 100vw;
    height: 100vh;
    position: relative;
}
.second{
    background-color: gray;
    width: 100vw;
    height: 100vh;
    background-image:url(man.jpeg);
    background-position: center;
    background-size: cover; 
    position: relative;
}
.image{
    position: absolute;
    top:0;
    right:0;
    margin-top: 5px;
}
.number{
    color: white;
    position: absolute;
    left:30px;
    top:0;
}
.jasper{
    position: absolute;
    color: white;
    top: 50px;
    font-size: 45px;
    right:110px;
    width: 30px;
    z-index: 3;
}
.topp{
    position: absolute;
    top: 250px;
    z-index: 4;
    width: 100vw;
    color: white;
}
.topp h1{
    padding-left: 20px;
}
.topp button{
    background-color: gray;
    border-radius: 100%;
    color: white;
    opacity: 0.5;
    width: 50px;
    height: 50px;
    margin-left: 10px;
    cursor: pointer;
}
.topp h6{
    margin-left: 30px;
}
.atticus{
    width: 30px;
    position: absolute;
    left: 3px;
}
.port{
    position: absolute;
    color: white;
    bottom: 100px;
    z-index: 3;
}
.search button{
    background: white;
    color: gray;
    position: absolute;
    z-index: 4;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    top: 130px;
    opacity: 0.3;
    position: absolute;
    cursor: pointer;
}
.style{
    position: absolute;
    color: white;
    bottom: 0;
    z-index: 3;
    left: 50px;
    margin-left: 8px;
}
.third img{
    cursor: pointer;
}

