.image{ 
    width: 100px;
    height: 100px;
    background-color: aqua; 


}
.sidebox{ 
    height: 500px;
    width: 400px;
   
    margin-left: 30px;
}

.main{ 
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 90px;
}
input{ 
   margin-bottom: 18px;
   margin-left: 60px;
   height: 35px;
   width: 250px;
   background-color: rgb(43, 41, 41);
   border: 2px solid black;
}

#logoinsta{
    text-align: center;
    margin-bottom: 50px;
    font-size: 25px;
    color: white;
    font-weight: 200;
}
#button{ 
    background-color: blue;
    width: 250px;
    height: 35px;
    margin-left: 60px;
    border-radius: 8px;
    border: 2px solid black;
}

h3{ 
    text-align: center;
    color: aliceblue;
    font-weight: 100;
}

#facebutton{ 
    background-color: transparent;
    color: blue;
     width: 250px;
    height: 35px;
    margin-left: 60px;
    border-radius: 8px;
    margin-bottom: 3px;
    border: 2px solid black;
}
a{
    text-decoration: none;
    text-align: center;
    color: white;
    font-weight: 50;
}

a:hover{ 
    text-decoration: underline;
    transition-duration: 0s;
}
 
body{ 
    background-color: black;
}