body {
background-image: url("images/bg.jpg");
background-size: cover;
background-repeat: no-repeat;
color: white;
}

.t1 {
text-align: center;
font-size: xx-large;
}

h1 {
/* font-size: 28px;*/
font-size: x-large;
font-weight: bold;
}

h2 {
/*  font-size: 20px;*/
font-size: larger;
}

h3 {
/*font-size: 18px;*/
font-size: large;
}

a {
color:#D3A753;
}

.infoHolder {
margin: auto;
/*max-height: 1000px;
min-height: min-content;
overflow: auto;
margin-top: 100px;*/
border-color: #D3A753;
border-width: 10px;
border-style:double;
padding: 10px;
/*background-image: url(images/border.svg);
background-position: center;
background-size: 100%;
background-repeat: no-repeat;*/
}

.infoText {
/*margin: 100px 400px 0px 300px;*/
}

/*
.infoHolder:before {
content: "";
position: absolute;
margin: -5px;
width: 40px;
height: 40px;
background-color: #D3A753;
border-radius: 100%;
}*/

.copyright {
font-size: small;
bottom: 15px;
justify-content: center;
margin: auto;
width: 100%;
text-align: center;
}

.banner {
margin: auto;
margin-bottom: 10px;
background-color: #D3A753;
color: white;
height: auto;
font-size: medium;
padding: 10px;
text-align: center;
position:static;
}

.logo {
z-index:-1;
position: fixed;
opacity: 25%;
}

.border {
position: fixed;
rotate: 90deg;
}
