header{
    display: flex;
    background-color: #322e47;
    text-decoration: none;
    align-items: center;
    justify-content: space-between;
    padding-left: 25px;
    padding-right: 30px;
    border-radius: 20px;
    box-shadow: #0b0434 0px 20px;
    transition:0.5s;
    transform: scale3d();
    
    
}


header:hover{
    padding-left: 5%;
    padding-right: 5%;
    box-shadow: #0b0434 0px 10px;
}
body{
    background: linear-gradient(#5A5966, #9d99c4);
    background-size: 4000% 4000%;

    animation: bg 12s ease infinite;
}

#home_txt{
    color: #E2E2E9;
    font-family: 'Kanit';
    text-shadow: #ffffff 0px 0px 10px;
    transition: 0.2s;
}
#home_txt:hover{
    text-shadow: #ffffff 0px 0px 40px;
}
#button_c{
    text-decoration: none;
    color: #E2E2E9;
    font-family: 'Kanit';
}

#button1{
    box-shadow: #9d99c4 0px 0px 20px;
    border:#0b0434 10px;
    display: block;
    background-color: #322e47;
    border-radius: 10px;
    color:#E2E2E9;
    font-family: 'Kanit';
    margin: auto;
    width: 100px;
    height: 40px
}
#Title{
    text-align: center;
    font-family: 'Kanit';
    color:#E2E2E9;
    background-color: #0b0434;
    border-radius: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    transition: 0.5s;
}

#Title:hover{
    text-shadow: #ffffff 0px 0px 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #120751;
}

#Subtitle{
    text-align: center;
    padding-bottom: -20px;
    font-family: 'Kanit';
}

.info{
    text-align: center;
    color: #E2E2E9;
    text-shadow: #9d99c4;
    font-family: 'Kanit';
}

footer{
    display: flex;
    color:#ffffff;
    background-color: #322e47;
    text-decoration: none;
    align-items: center;
    justify-content: space-between;
    padding-left: 25px;
    padding-right: 30px;
    border-radius: 20px;
    box-shadow: #0b0434 0px 0px 20px;
    transition:0.5s;
    font-family: 'Kanit';
    
}

.text{
    text-align: center;
    padding: 265px;
    color: #E2E2E9;
    font-family: 'Kanit';
    transition: 1s;
    text-shadow: #ffffff 0px 0px 20px;
}
.text:hover{
    text-shadow: #ffffff 0px 0px 40px;
    letter-spacing: 2px;
}
