* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Kanit', sans-serif;
}


.nav-ul {
    display: flex;
    list-style: none;
    /* margin: 10px 30px; */
}

nav ul li {
    margin: 40px 10px 0 20px;
}

.nav-logo {
    margin: 0 30px 0 0;
}

.nav-btn {
    margin: 0 0 0 480px;
    font-size: 15px;
    padding: 2px 15px;
    background-color: #5955b3;
    color: white;
    font-weight: bolder;
    border: transparent;
    border-radius: 8px;
}

.main {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0 0 0;
}

.text-section {
    margin: 0 0 0 40px;
}

h1 {
    font-size: 70px;
    line-height: 1;
    color: #3c2e60;
}

h1 span {
    color: #5c58b4;
}

p {
    margin: 10px 0 50px 0;
    color: #b7b7b7;
}

.text-section-btn {
    padding: 5px 30px;
    border-radius: 10px;
    border: transparent;
    font-size: larger;
    font-weight: bolder;
    background-color: #5955b3;
    color: white;
}