body{
    background: #F5F5F9;
    font-family: Kanit;
}
      .box{
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
      }
      #navbar{
        background-color: #27292A;
      }

      