


.responsive {
  width: 100%;
  height: auto;
}



body {background-color: #000000;}

@import url('https://fonts.googleapis.com/css?family=Work+Sans:400,600');

<style>
@import url('https://fonts.googleapis.com/css2?family=Rubik&display=swap');
</style>

body {
	margin: 0;
/*	background: #fffff;*/
	font-family: 'Work Sans', sans-serif;
	font-weight: 800;
}

.container {
	padding-top: 100px;
	width: 100%;
	margin: 0 auto;
}

.container-2 {
	padding-left: 20;
  font-family: 'Times New Roman', serif;

}

.soon {
	  color: #505050;
	  text-align: center;
	  font-family: 'Rubik', sans-serif;
	  font-weight: 800;
    font-size: 5vw;
	  padding-bottom: 10px;
}

header {
  background: #000000;
  font-size: 20px;



}

.header-2 {
  color: #B9A152;
  text-align: center;
  font-family: 'Times New Roman', serif;
  font-size: 4vw;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;



}

header::after {
  content: '';
  display: table;
  clear: both;

}

div-2 {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #555555;
}


nav {
  	float: left;

}

nav ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
  background-color: #000000;
}

nav li {
  display: inline-block;
/*  margin-left: 20px;
  padding-top: 10px;
  margin-right: 20px;
  margin-bottom: 10px;*/
  padding: 14px 16px;
  position: relative;
/*  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;*/
}

nav a {
  color: #F1D668;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
}

nav a:hover {
  color: #B9A152;
}

nav a::before {
  content: '';
  display: block;
  height: 10px;
  background-color: #B9A152;

  position: absolute;
  top: 0;
  width: 0%;

  transition: all ease-in-out 200ms;
}

nav a:hover::before {
  width: 100%;
}


.card {
/*    width: 80%;
    display: flex;
    flex-direction: column;
  	margin-left: 100px;
  	margin-right: 0px;*/
/*  background-color: #222222;*/  
 	border: 3px solid #B9A152;
 	border-radius: 25px;
 	padding: 10px;



/*    border: 4px white solid;*/    
	color: white;
}

.card-2{
/*    width: 80%;
    display: flex;
    flex-direction: column;
  	margin-left: 100px;
  	margin-right: 0px;*/
  	padding: 10px;
  	margin: auto;
  	width: 90%;
/*  background-color: #222222;*/  
 	margin-bottom: 100px;
 	border: 3px solid #B9A152;
 	border-radius: 35px;
 }


.header {
    height: 80%;
/*  background: #444444; */
	font-size: 30px;
    color: #E4D088;
    text-align: center;
    padding: 1px;
    font-family: 'Times New Roman', serif;

  }

.container-4 {
  text-align: center;
  color: #B9A152;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  line-height: 1.6;
  font-family: 'Times New Roman', serif;
}

.container-5 {
  text-align: center;
  color: #B9A152;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  line-height: 1.6;
  font-family: 'Times New Roman', serif;
}
