h1 {
  font-family: "Kanit", sans-serif;
  position: fixed;
  left: 600px;
}

h2 {
  font-family: "Kanit", sans-serif;
  text-align: center;
}

body {
  background-color: cyan;
  background-size: cover;
}

#one{
  background-color:blue;
  border-radius:20px;
  font-family: "Kanit", sans-serif;
  font-size:28px;
  padding: 5px;
  color: white;
  text-decoration:none;
  position: fixed; 
  left: 900px;
  top: 20px;
}

#two{
  background-color:blue;
  border-radius:20px;
  font-family: "Kanit", sans-serif;
  font-size:28px;
  padding: 5px;
  color: white;
  text-decoration:none;
  position: fixed; 
  left: 1060px;
  top: 20px;
}

#three{
  background-color:blue;
  border-radius:20px;
  font-family: "Kanit", sans-serif;
  font-size:28px;
  padding: 5px;
  color: white;
  text-decoration:none;
  position: fixed; 
  left: 1200px;
  top: 20px;
}

a:hover{
   background-color:black;
   border:2px dashed green;
}

#logo {
  outline: none;
  border: 2px solid #fafafa;
  background-color: black;
  color: #fafafa;
  padding: 10px;
  position: fixed;
  top: 10px;
  left: 10px;
  height: 100px;
  width: 100px;
}

#text {
  font-family: "Kanit", sans-serif;
  text-align: center;
  position: relative;
  top: 5px;
}

#text2 {
  font-family: "Kanit", sans-serif;
  text-align: center;
  position: relative;
  top: -25px;
}

#shield {
  outline: none;
  border: 2px solid #fafafa;
  background-color: black;
  color: #fafafa;
  padding: 10px;
  position: relative;
  height: 200px;
  width: 200px;
  top: -15px;
}

#intro{
  width: 600px;
  height: 600px;
  border: 2px solid red;
  margin: auto;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: space-around;
  position: fixed;
  top: 100px;
  left: 400px;
}

