*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body{
    background-color: white;
   
}



.Box{
   
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    top: 30px;
    left:220px;
    width: 1000px;
    height: 600px;
}


#insta{
       width: 400px;
    height: 590px;
}


.instagrampage{
   
    width: 400px;
    height: 590px;
    position: relative;
    left: 140px;
    
}

.instagramlogin{
    border: 1px solid rgba(24, 25, 26, .2);
    width: 340px;
    height: 380px;
    position: relative;
    right: 90px;
    bottom: 25px;
  

}

.heading{
    width: 150px;
    height: 50px;

    position: relative;
    top: 50px;
    left: 90px;
    font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
   
}

.input{
    position: relative;
    top: 90px;
    left: 40px;
}

#text{
    position: relative;
    top: 4px;
}

.text{
    width: 260px;
    height: 35px;
    padding-left: 10px;
}

.button{
    width: 260px;
    height: 33px;
     position: relative;
    top: 105px;
    left: 40px;
    border-radius: 5%;
    background-color: #429aff;;
    color: white;
    border-style: none;
}

.button:hover{
    background-color: #2d79cf;;
}

#button{
    color: white;
}

.line1{
   
    border: 1px solid rgb(115, 115, 115,0.3);
    width: 100px;
    
     position: relative;
    top: 120px;
    left: 10px;
    
}

.line2{
   
    border: 1px solid rgb(115, 115, 115,0.3);
    width: 100px;
    
     position: relative;
    top: 120px;
    right: 10px;
    
}


.or{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    
    
}

#or
{
    position: relative;
    top: 120px;
   
    color: 
    rgba(115, 115, 115);
    font-weight: 600;
    font-size: 13px;
    font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    
}

.facebook{
   
    width: 250px;
    height: 33px;
    position: relative;
    top: 130px;
    left: 40px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;

}
.face{
    font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
   font-weight: 600;
   font-size: 14px;
   color: 
   rgb(56, 81, 133);
}

.img{
    position: relative;
    left: 20px;
}

.pass{
    position: relative;
    top: 140px;
    left: 130px;
    font-weight: 400;
    font-size: 12px;
    font-family:  "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: 
    rgb(0, 55, 107);

}

.sign{
    border: 1px solid rgba(24, 25, 26, .2);
    width: 340px;
    height: 60px;
    position: relative;
    right: 90px;
    bottom: 15px;
   color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif ;
    font-weight: 400;
}

#sign{
    color: 
    rgb(0, 149, 246);
    position: relative;
    left: 8px;
    font-weight: 600 ;
    font-size: 14px;
    font-family:  "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.get{
   
    width: 100px;
    height: 20px;
    position: relative;
    right: 90px;
    left: 40px;
    bottom: 40px;
    top: 5px;
    font-size:14px ;
    font-family:"Segoe UI", Roboto, Helvetica, Arial, sans-serif ;
    font-weight: 400;
    color: rgb(0, 0, 0);
}

.app{
    width: 350px;
    height: 60px;
    position: relative;
    right: 90px;
    bottom: 40px;
    top: 20px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.google{
    width: 150px;
    height: 50px;
   
}

#img1{
    width: 150px;
    height: 42px;
}

#img2{
    width: 130px;
    height: 42px;
}

.microsoft{
   
    width: 130px;
    height: 50px;
}

.footer{

 height: 60px;
    position: relative;
    right: 90px;
    bottom: 40px;
    top: 70px;
}

.max1{
  
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    position: relative;
    left: 400px;
    width: 880px;
    color: 
    rgb(115, 115, 115);
    font-weight: 400;
    font-size: 12px;
    font-style: normal;
    font-family:  "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.maxxx:hover{
    text-decoration: underline;
}


.max2{
   display: flex;
   justify-content: space-evenly;
   align-items: center;
    position: relative;
    right: 10px;
    left: 380px;
    top: 10px
    
}

#lan
{
    width: 80px;
    color: 
    rgb(115, 115, 115);
    font-weight: 400;
    font-size: 12px;
    font-style: normal;
    font-family:  "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    border-style: none;
    
}

#eng2
{
    position: relative;
    right: 400px;
  /* left: 50px; */
  color: 
  rgb(115, 115, 115);
  font-weight: 400;
  font-size: 12px;
  font-style: normal;
  font-family:  "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

    
}

a
{
    color: 
    rgb(115, 115, 115);
    text-decoration: none;
}