@charset "utf-8";
@font-face {
  font-family: "B Titr Bold";
  src:  local("B Titr Bold"),
        local("b titr bold"),
        local("B Titr"),
        local("f titr"),
        url("../../sources/fonts/B Titr Bold.ttf") format("truetype");
}
html{
  box-sizing: border-box;
}
*, *::before, *::after{
  box-sizing: inherit;
}
body{
  background-color: #082f49;
  color: #facc15;
  font-family: "B Titr Bold";
}
#btn{
  display: block;
  margin: 0 auto 20px;
  width: 100px;
  height: 40px;
  font-size: 1.5rem;
}
#result{
  margin: 0 auto;
  text-align: center;
  min-width: 300px;
  max-width: 450px;
  /* height: 100px; */
  line-height: 100px;
  font-size: 2.5rem;
  border: 1px solid black;
}
p{
  text-align: center;
}