html {
  height: 100%;
  padding: 0;
  margin: 0;
}


body {
background-color: black;
background-image: Url("./img/bronze-pattern-background.jpg");
background-size: cover;
background-attachment: fixed;
 padding: 0;
  margin: 0;
}

/*.container {
margin:auto;
width: 1100px;
}*/

.overlay {
width: 100vw;
height: 100vh;
position: absolute;
background-size: cover;
background-attachment: fixed;
background: radial-gradient(circle,rgba(56, 27, 27, 0) 25%, rgba(0, 0, 0, 0.90) 100%);
}
.content {
width: 100vw;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
margin: auto;
}

.main{
width: 800px;
box-shadow: 5px 5px 5px black;
background-image: Url("./img/OLD_PAPER_TEXTURE.jpg");
background-size: cover;
padding: 10px;
}

h1 {
text-align:center;
}

h3 {
text-align:center;
}