@import url('https://fonts.googleapis.com/css?family=Cairo');
  @import url('https://fonts.googleapis.com/css2?family=IM+Fell+Great+Primer+SC&display=swap');

* {
	background-image: url('../images/bg.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
 background-size: cover;
}

body {
	background-color: black;
}

.banner {
	margin: -20px -10px 0px -10px;
	align-content: center;
	justify-content: center;
	max-width: 100vw;

}

.banner-links {
    font-family: 'IM Fell Great Primer SC' serif;
    text-decoration: none;
    word-spacing: 10px;
    color: aliceblue;
    background-color:#5d4c30;
    font-size: 1em;
}

.title {
	color: aliceblue;
	font-family: 'IM Fell Great Primer SC', serif;
	font-size: 20px;
	letter-spacing: 15px;
}

 .text {
	color: aliceblue;
	font-family: 'IM Fell Great Primer SC', serif;
    margin: 0px 25vw 0px 25vw;
    line-height: 40px;
 }

 .bar {

    margin: 30px 0px 30px 0px;
    text-decoration: underline;
 }

.btn-1 {
	font-family: 'IM Fell Great Primer SC' serif;
	color: aliceblue;
	background-color: #000;
	width: 38px;
	height: 30px;
} 

button:hover {
background-color: #786039;
color: #000;
cursor: pointer;

}