@font-face {
  font-family: 'amali';
  src: url("../fonts/amali.ttf") format('truetype');
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 35px;
    background-color: black;
  }
}

body {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  align-items: center;
  justify-content: center;
  background-color: #88b2f7;
  font-family: Verdana, sans-serif;
  margin: 0;
  text-align: center;
}

.gif {
  max-width: 30px;
}

a:link {
    color: #ffffff;
}

a:visited {
    color: #ffffff;
}

a:hover {
    color: #ffffff;
}

a:active {
    color: #ffffff;
}

p {
  text-align: center;
  color: white;
}

h1 {
  color: white;
  font-size: 24px;
  text-align: center;
}

hr {
  color: white;
  width: 100%;
}

section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 5px;
}


.container { 
  display: flex;
  gap: 10px;
  height: 100vh;
  max-width: 45ch;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.posts {
  margin-top: 5ch;
  height: 50ch;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px;
}

.post {
  font-weight: bold;
}

.sinhala {
  font-family: amali;
  font-size: 17px;
}

.postimages {
  display: flex;
  flex-direction: row;
}

.postimg {
  max-width: 260px;
  border: 0.5px white solid;
}

.command {
  background-color: white;
  color: #88b2f7;
}

.gallery {
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 5ch;
  margin-bottom: 5ch;
}

.simpimg {
  width: 300px;
  height: auto;
  cursor: pointer;
  border: 1px solid white;
}

video {
  border: 0.5px white solid;
}

ul {
  list-style-type: none;
  text-align: center;
}
