.box_2{
    position: fixed;
    top: 0px;
    width:100vw;
}
.box_3{
    display: flex;
    justify-content: center;
    align-self: center;
    background: #ffffff1f;
}
.box_4{
    display: flex;
    justify-content:space-between;
    align-items: center;
}
.box_5{
    display: flex;
    justify-content:center;
    align-items: center;
    width:1080px;
}
.box_6{
    padding:10px 25px;
    margin:0px 5px;
    color:white;
}
.box_7{
               
    display: inline-block;
    padding-bottom: 3px;
}
.box_8{
    width: 70px;
    text-align: end;
    color: white;
}
.body{
    min-width:1080px;
    background-color: #000000;
}