body {
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.89);
}

header {
    height: 10vh;
    width: 100vw;
    background-color: white;
    display: flex;
    align-items: center;
}

header h1 {
    color: black;
    font-family: 'Bai Jamjuree', sans-serif;
    font-size: 2vw;
}

header img {
    width: 40px;
}


.tool {
    width: 30px;
    cursor: pointer;
}

.logo {
    margin-left: 50px;
    width: 80%;
}

.client {
    height: 10vh;
    background-color: rgb(178, 236, 240);
    display: flex;
    justify-content: space-around;
    align-items: center
}

.client h2 {
    font-family: 'Bai Jamjuree', sans-serif;
    font-size: 1.5vw;
    text-decoration: underline;
    cursor: pointer;
}

.client img {
    height: 30px;
    margin-right: 20px;
}

.client div {
    display: flex;
    align-items: center;
    width: 10vw;
}

.client div {
    width: 500px;

}

.container {
    display: flex;
    justify-content: space-around;
    margin-top: 10vh;
}

.container .balance {
    width: 50vh;
    border: solid 1px black;
    background-color: rgb(143, 51, 51);
}

.balance h3 {
    margin-top: 10vh;
    font-family: 'K2D', sans-serif;
    font-size: 1.8vw;
    text-align: center;
    color: white;
}

.balance h4 {
    font-family: 'K2D', sans-serif;
    font-size: 3vw;
    text-align: center;
    margin-top: 2vh;
    color: white;
    margin-bottom: 13vh;
}

ul li {
    display: flex;
    width: 50vw;
    border-bottom: 1px solid #000;
    height: 6vh;
    justify-content: space-between;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    align-items: center;
    padding-left: 3vw;
    padding-right: 3vw;
}



ul {
    font-family: 'K2D', sans-serif;
    font-size: 1.2vw;

}

h5 {
    font-family: 'K2D', sans-serif;
    color: white;
    font-size: 1.2vw;
    margin-bottom: 3vh;
    margin-left: 5vw;
    text-decoration: underline;
    cursor: pointer;

}