@font-face {
  font-family: "Iotacism Shavian";
  src: url("iotacism.otf");
}

body {
  font-family: "Iotacism Shavian", monospace;
  background-color: #003049;
  color: #8BC8E7;
}

.framed {
  display: block;
  margin: 15px;
  outline: 5px solid #8BC8E7;
  border-radius: 5px;
  box-sizing: border-box;
}

.title {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #8BC8E7;
  color: #003049;
  font-family: "Iotacism Shavian", monospace;
  text-align: left;
  height: 30px;
}

.basic {
  font-family: "Iotacism Shavian", monospace;
  margin: 20px;
  font-size: 15px;
}

.thinger {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #8BC8E7;
  color: #003049;
  font-family: "Iotacism Shavian", monospace;
  text-align: left;
  margin-top: 25px;
  height: 30px;
  width: 200px;
  font-size: 15px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.thinger::before {
  content: "𐑚𐑤𐑵𐑕𐑒𐑮𐑰𐑯@𐑯𐑰𐑴𐑕𐑦𐑑𐑰𐑕 / ~";
}

hr {
  display: block;
  height: 1px;
  width: 100px;
  border: 0;
  border-top: 1px solid #8BC8E7;
  padding: 0;
}


a {
  color: #8BC8E7;
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}
