@import url('https://fonts.googleapis.com/css2?family=Sarabun&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Sarabun', sans-serif;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: black;
  color: lightpink;
  padding-top: 6%;
  padding-bottom: 3.5%;
}

/* Centered Content */
.headercontent {
  text-align: center;
  align-self: flex;
  flex-grow: 1;
  overflow-y: auto;
  height: 100%;
  width: 100%
}

.headercontent h1 {
  padding-top: 10px;
  font-size: 48px;
}

.headercontent h4 {
  margin-bottom: 60px;
}

.headercontent p {
  margin-bottom: 30px;
}

.TTClogo {
  margin-top: 20px;
  width: 250px;
  margin-bottom: 10px;
}

.ShieldsDiscord {
  margin-bottom: 20px;
}