* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.hammasi {
    background-color: black;
    width: 100%;
    height: 100vh;
}

a {
    text-decoration: none;
}

.filex {
    display: flex;
}

.in {
    width: 760px;
    height: 705px;
    gap: 44px;
}


.boshi {
    padding: 69px 295px 0px 295px;
    margin-bottom: 44px;
}

.pol {
    margin-bottom: 27px;
    margin-left: 218px;
    color: white;
    outline: none;
    background-color: black;
    justify-content: center;
    padding: 10px 100px 10px 20px;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    border: 3px solid;
    border-image: linear-gradient(90deg, #46A1E3 0%, #27597D 100%)1;
}

.pl {
    margin-left: 218px;
    outline: none;
    color: white;
    background-color: black;
    justify-content: center;
    padding: 10px 100px 10px 20px;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    border: 3px solid;
    border-image: linear-gradient(88.31deg, #FF62EF -0.56%, #054BFF 98.81%)1;
    display: block;
    margin-bottom: 44px;
}


.dd {
    display: flex;
    justify-content: center;
    margin-bottom: 44px;
}


.chec {
    border: 1.61px solid #AAAAAA;
    width: 45px;
    height: 45px;
    gap: 8.04px;
    border-radius: 100px;
}



.lorem {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    color: #bebebe;
    padding-left: 24px;
}

.tas {
    cursor: pointer;
    background: linear-gradient(260.96deg, #054BFF 21.3%, #FF62EF 70.75%);
    width: 346px;
    height: 52px;
    gap: 10px;
    border-radius: 10px;
    border: none;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    color: white;
    justify-content: center;
    display: flex;
    align-items: center;
    margin-left: 207px;
}