@import url('styles/main.css');
@import url('styles/modal.css');
@font-face {
  font-family: "Ringbearer";
  src: url("fonts/RINGM___.TTF") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

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

* button {
    border: none;
    background: none;
}

body {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #020008;
    font-family: "Ringbearer", serif;
}
