html, body {
font-size: 16px;
font-family: 'Times New Roman', Times, serif;
text-rendering: optimizeLegibility;
margin: 0%;
color: #fff;
background-color: #000;
background-image: inherit;

background-image: url(../../img/bg_dragonquest.jpg);

}

#wrapper{
margin: auto;
width: 45vw;
}
  
#flex {
display: flex;
}

main{
width: 100%;

border: 43px solid transparent;
border-image: url(../../img/border_frame.png) round 66;

background-clip: padding-box;

text-align: center;

margin-top: 5px;
margin-bottom: 5px;

padding: 1%;
margin: 1%;

background-color: #2e4225;
}

a {
color:#eeff00;
text-decoration: underline;
}

a:hover {
color:#f30909;
text-decoration: none;
}