body{
    margin: 0;
    padding: 0;
    box-sizing: 0;
    background: black;
}

.main{
    background: rgb(32, 32, 32);
    width: 1300px;
    margin: auto;
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.header{
    display: flex;
    justify-content: space-between;
    background: rgb(32, 32, 32);
    border-bottom: 2px solid white;
}

.logo{
    width: 50px;
}

.menu{    
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.menu_link{
    color: rgb(224, 200, 0);
    text-decoration: none;
    padding: 10px;
    display: inline-block;
    font-weight: 700;
}
.menu_link:hover{
    background: rgb(224, 200, 0);
    color: rgb(32, 32, 32);
}




.vernagir{
    font-size: 20px;
    font-weight: 700;
    color: white;
    text-align: center;
}

.content{
    background: black;
    width: auto;
    margin-left: 5%;
    margin-right: 5%;
    display: flex;
    justify-content: space-around;
    border-radius: 10px;
    border: 2px solid rgb(224, 200, 0);
}

#anun{
    width: 300px;
    height: 30px;
    border: 2px solid rgb(224, 200, 0);
    border-radius: 10px;
    text-align: center;
}
#email{
    width: 300px;
    height: 30px;
    border: 2px solid rgb(224, 200, 0);
    text-align: center;
    border-radius: 10px;
}
#number{
    width: 300px;
    height: 30px;
    border: 2px solid rgb(224, 200, 0);
    text-align: center;
    border-radius: 10px;
}

#bnutagir{
    width: 300px;
    height: 30%;
    border-radius: 10px;
    border: 2px solid rgb(224, 200, 0);
    text-align: center;
}

#uxarkel{
    padding: 10px 40px 10px 40px;
    color: rgb(224, 200, 0);
    background: rgb(32, 32, 32);
    border: 2px solid rgb(224, 200, 0);
    border-radius: 10px;
}

.submit-div{
    display: flex;
    justify-content: center;
}

.sign-in{
    display: inline-block;
    margin-top: 25px;
}




.footer{
    border-top: 2px solid white;
    height: auto;
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    background: rgb(32, 32, 32);
}

.footer-nkar{
    width: 20px;
    height: 20px;
    margin-top: 15px;
}

.footer-name{
    color: rgb(224, 200, 0);
}