* {
    margin: 2px;
    padding: 0;
    background-color: black;
    color: white;
    justify-content: space-around;

}

.border {
    width: 400px;
    height: 685px;
    border: solid rgb(33, 30, 30) 2px;
    border-radius: 22px;
}







.logo img {
    width: 290px;
    padding: 20px;
    position: relative;
    left: 25px;


}

p {
    font-size: small;
    margin-bottom: 90px;
    width: 200px;
    position: relative;
    left: 85px;
    color: aqua;

}

.button img {
    width: 200px;
    position: relative;
    top: -65px;
    left: 85px;
    border-radius: 10px;
    cursor: pointer;
}






.contant {

    position: relative;
    right: 158.5px;
    width: 00px;
    height: 100px;







}

.contant,
div {
    padding: -1px;
    justify-content: space-around;
    width: 70px;

}

input {
    border-color: 10px solid black;
    border-radius: 1px;
    padding: 10px;
    position: relative;
    top: -40px;
    left: 49.5px;

}

input::placeholder {
    font-size: small;

    opacity: 0.5;
    color: white;
}

.sign img {
    width: 250px;

    border-radius: 10px;
    position: relative;
    right: -59px;
    top: -188px;
    cursor: pointer;

}


.paragraph p {
    text-align: center;
    position: relative;
    left: 20px;
    top: -19px;
}

.footer {
    margin: 10px;
    width: 400px;
    height: 48px;
    border: solid rgb(33, 30, 30) 2px;
    border-radius: 22px;
}

.footer div {
    padding: 10px;
    width: 60px;
    
  
}
h6{
 position: relative;
 top: 7px;
}
