body{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 100px;
}
.top{
    width: 101%;
    height: 80px;
    margin-top: -10px;
    padding-top: 40px;
    margin-left: -10px;
    position: fixed;
    background-color: rgb(33, 33, 33);
    z-index: 1;
}
.top-logo{
    padding-left: 10%;
}
a{
    color:white;
    margin-top: 15px;
    text-decoration: none;
    font-family: "Rajdhani", sans-serif;
    font-size: 20px;
}
.links{
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-top: -50px;
}
.login{
    width: 170px;
    height: 120px;
    background-color: rgba(32, 31, 31, 0.321);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -119px;
    margin-top: 50px;
    border-style: groove;
}
.login a{
    color: rgba(255, 255, 255, 0.873);
    font-family: serif;
    margin: 8px;
}
.taklif{
    width: 140px;
    height: 50px;
    background-color: rgb(17, 191, 17);
    padding-left: 10px;
    padding-top: 3px;
    margin-top: 1px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 17px;
    color: white;
}
.taklif:hover{
    cursor: pointer;
}
.logo{
    display: flex;
    justify-content: flex-end;
    margin-top: -50px;
    margin-left: 79%;
    gap: 10px;
    z-index: 1;
    position: fixed;
}
button{
    background-color: white;
    width: 50px;
    height: 50px;
}
button:hover{
    background-color: rgb(17, 191, 17);
}
svg{
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0);
}
svg:hover{
    cursor: pointer;
    background-color: rgb(17, 191, 17);
}

.login-asos{
    width: 600px;
    height: 400px;
    margin-top: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.kirish{
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
h1{
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 40px;
    display: flex;
    justify-content: center;
}
.login-asos span{
    display: flex;
    justify-content: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
.kirish input{
    width: 100%;
    height: 60px;
    padding-left: 10px;
    font-size: 20px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
.kirish button{
    width: 100%;
    background-color: rgb(17, 191, 17);
    border-style: none;
    font-size: 30px;
    cursor: pointer;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.login-link a{
    color: black;
}
.login-link{
    width: 600px;
    display: flex;
    justify-content: space-around;
}
.links-quyi{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.links-quyi a{
    color: rgb(106, 106, 106);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
}
.hr-bottom{
    width: 80%;
    height: 0.5px;
    background-color: rgb(223, 223, 223);
    display: flex;
    justify-content: center;
    margin-top: 30px;
    border: none;
}
.unicode{
    margin-top: 30px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}