@font-face {
  font-family: "sylmono";
  font-style: normal;
  font-weight: 400;
  src: url('fonts/sylmono.ttf') format('truetype');
  }

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

@font-face {
  font-family: "playfulsoul";
  font-style: normal;
  font-weight: 400;
  src: url('fonts/playfulsoul.ttf') format('truetype');
}

:root {
      background: url(images/background.png);
      background-repeat: repeat;
      padding: 20px;
}

body {
    font-family: sylmono, courier, monospace;
    font-size: 1.1em;
    margin: auto;
    max-width: 65%;
    text-align: center;
    padding: 20px;
    line-height: 1.4;
    word-wrap: break-word;
    overflow-wrap: break-word;
    background-color: RGB(232, 224, 244, 0.8);
    color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: playfulsoul, sylmono, courier, monospace;
    color: #a191d4;
    margin: 0;
}

h3 {
     font-size: 1.7em;
     font-family: wildnfree, WonkyTypewriter, courier, monospace;
     color: #fff;
}

h4 {
     font-size: 1.5em;
     color: #a191d4;
}

a {
    color: #A6A0F3;
    cursor: pointer;
}


a:hover {
    text-decoration: underline;
}

title {
    font-family: playfulsoul, sylmono, courier, monospace;
    font-size: 1.7em;
    letter-spacing: 0.2rem;
    font-weight: 800;
}


strong,
b {
    color: #a191d4;
}

button {
        font-size: 1.4em;
        font-weight: 700;
        background-color: #fff;
        font-family: wildnfree, sylmono, courier, monospace;
        padding: 5px;
        border-radius: 10%;
        border-color: #a191d4;
}

main {
    line-height: 1.6;
}

table {
    width: 100%;
    border: 0px;
}

hr {
    border: 0;
    border-top: 1px dashed;
}

img {
  max-width: 80%;
  height: auto;
  margin: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10%;
}

.imgbtn {
  float: none;
  width: 88px;
  margin-top: 20px;
  display: inline-block;
  border-radius: 0%;
}

.menu {
        font-size: 1.5em;
        font-weight: 700;
        background-color: #fff;
        text-transform: uppercase;
        font-family: playfulsoul, sylmono, courier, monospace;
}
