
@font-face {
    font-family: Omori;
    src: url("./OMORI_GAME.ttf");
  }

body {
    background-IMAGE: url("./omosky.png");
    background-repeat: true;
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
    font-family: "Omori", sans-serif;
}

h2 {
    font-size:50px;
    margin-bottom:20px;
}

h3 {
    font-size: 35px;
    margin: 15px;
}

h3.barred {
    color: white;
    background-color:black;
    font-size: 20.8px;
    width: 40%;
}

.button {
    border-style: solid;
    border-width: 3px;
    background-color: black;
    border-color: white;
    color: white;
    height:50px;
    font-size:50px;
    margin-top:15px;
    margin-top:15px;
}

a {
    text-decoration: none;
}


a:visited {
    color: white;
  }


a:link {
    color: white;
  }

.footer {
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
}