/* @font-face{
  font-family: "Noto Sans Thai", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
} */

html {
  position: relative;
  min-height: 100%;
}

body {
  background-color: #f5f5f5;
  margin-bottom: 60px;
  /* Margin bottom by footer height */
}

.content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 80%;
}

.footer {
  display: flex;
  align-items: center;
  position: absolute;
  padding-left: 8px;
  padding-right: 8px;
  bottom: 0;
  width: 100%;
  height: 60px;
  /* Set the fixed height of the footer here */
  /* line-height: 60px; Vertically center the text there */
  background-color: #f5f5f5;
}

.box {
  display: flex;
  align-items: center;
}

p.noto-sans-thai {
  font-family: "Noto Sans Thai", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.lets {
  font-family: "Noto Sans Thai", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-size: 48px;
  line-height: 44px;
  font-style: normal;
}

.text-footer {
  font-family: "Noto Sans Thai", monospace;
  font-optical-sizing: auto;
  font-weight: 900;
  font-size: 20px;
  line-height: 16px;
  font-style: normal;
}

.text-phone {
  font-family: "Noto Sans Thai", monospace;
  font-weight: 700;
  font-size: 18px;
  font-style: normal;
}

.text-social {
  margin-bottom: 8px;
  font-family: "Roboto", monospace;
  font-weight: 500;
  font-size: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  font-style: normal;
}

.text-social.instagram {
  background: rgb(252, 176, 69);
  color: white;
  background: linear-gradient(90deg, rgba(252, 176, 69, 1) 0%, rgba(253, 29, 29, 1) 50%, rgba(131, 58, 180, 1) 100%);
}

.text-social.facebook {
  background: rgb(8, 102, 255);
  color: white;
}

.text-social.line {
  background: rgb(67, 180, 83);
  color: white;
}

.text-social.tiktok {
  background: rgb(0, 0, 0);
  color: white;
}

a.nounderline {
  color: rgb(20, 20, 20);
  text-decoration: none;
}

.push {
  margin-left: auto;
}



/* a:link {
  color: black;
  background-color: transparent;
  text-decoration: none;
} */