html, body {

    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #020F1F;
    color: #fff;
    font-family: 'Sarabun', sans-serif;
}

.app {
    width: 100%;
    max-width: 380px;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
}
#lines-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: -5px;
    position: relative;
    z-index: 10;
}
.line-item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
}
.line-box {
    width: 230px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    padding-left: 20px;
    overflow: hidden;
    border: 2px solid #9d9d9d;
    border-radius: 5px;
}
.btn-go {
    background-color: #D30B0B;
    background-size: 100% 100%;
    height: 40px;
    width: 100px;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
}
h1,h6,h4{
    text-align: center;
}
.logocenter{
    display: flex;
      justify-content: center;
}
 button.swal-button, swal-button--confirm:hover {
            color: #fff !important;
            background-color: #D30B0B !important;
}