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;
}

#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%;
}

a {
color:#2600ff;
text-decoration: underline;
}

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