body {
    margin: 0;
    padding: 0;
    /* background-color: lightblue; */
    background-color: #0e0e0e;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.header {
    display: flex;
    justify-content: space-around;
    margin: 15px;
}

button {
    cursor: pointer;
}

.box {
    display: flex;
    align-items: center;
}

.box1 {
    color: white;
    font-weight: 600;
    font-size: 20px;
    /* display:flex;
    align-content: center; */
    cursor: pointer;
}

.box1 img {
    position: absolute;
    left: 59px;
}

.box2 {
    color:#9ba3b4;
    font-weight: 500;
    size: 16px;
    padding: 4px;
    cursor: pointer;
}

.box2 span:hover {
    color: rgb(233, 234, 235);
}

.box2 span {
    margin: 10px;
    padding-top: 10px;
}

.head2 {
    position: relative;
}

.head2 img {
    position: absolute;
    top: 6px;
    left: -27px;

}

.head2 input {
    border: 0.5px solid #3d3d3f;
    border-radius: 4px;
    padding: 6px ;
    width: 190px;
    background-color: unset;
}

.head2 button {
    background-color: #0078d4;
    width: 108px;
    height: 30px;
    font-size: 16px;
    font-weight: 600;
    color:rgb(255, 255, 255);
    border: none;
    border-radius: 4px;
}

.body span:first-child {
    display: flex;
    justify-content: center;
    color:#9ba3b4;
    margin-top: 30px;
    font-size: 14px;
    font-weight: 500;
    
    /* background-color: yellow; */
}
.body span:nth-child(2)
{
    color:#9ba3b4;
}

.body a {
    color:#4daafc;
}

.footer {
    display: flex;
    margin: 40px;
    
}

.first {
    display: flex;
    flex-direction: column;
    margin: 20px;
    /* margin-right: 35px; */
    /* padding-right: 56px; */
    width: 880px;
    gap: 20px;
}

.first> span:first-child {
    border: 1px solid rgba(255, 255, 255, 0.07);
    font-weight: 600;
    font-size: 14px;
    color: rgb(155, 163, 180);
    border-radius: 32px;
    padding: 8px 12px;
    width: max-content;
    background-color: rgba(255,255,255,0.04);  
}

.first span:nth-child(2) {
    font-weight: 600;
    font-size: 56px;
    color: rgb(233, 234, 235);
    width: 200px;
}

.first button {
    background-color: #0078d4;
    /* width: 108px;
    height: 30px; */
    padding: 16px 33px;
    font-size: 16px;
    font-weight: 600;
    color:rgb(255, 255, 255);
    border: none;
    border-radius: 4px;
}

.first span:nth-child(4)
{
    font-size: 14px;
    font-weight: 500;
}

.first a {
    color: #4daafc;
}

.first span:last-child {
    font-size: 11px;
    font-weight: 400;
    color: rgb(155, 163, 180);
}
