@import url("https://fonts.googleapis.com/css2?family=Sarabun:ital,wght@0,100;0,200;0,300;0,400;0,600;0,700;0,800;1,500&family=Sriracha&display=swap");
* {
  box-sizing: border-box;
  font-family: "Sarabun", sans-serif;
}
html {
  height: 100%;
}
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #949090;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
h1,
h2,
h3,
h4,
h5,
p {
  line-height: 3;
  margin: 0;
}
h1 {
  font-family: "Sriracha", cursive;
  font-size: 20px;
  font-weight: 800;
}
h2 {
  font-family: "Sriracha", cursive;
  font-size: 20px;
  font-weight: 800;
}
p {
  font-family: "Sriracha", cursive;
  font-size: 20px;
  font-weight: 800;
}
.container {
  background-color: #fff;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  border-radius: 8px;
  text-align: center;
}
.link
{
    display: flex;
    justify-content: center;
    flex: 0 0 auto;
}
.link img
{
    width: 70px;
    opacity: 0.5;
}
.link img:hover
{
    opacity: 1;
}
