@font-face {
    font-family: Jost;
    src: url(fonts/Jost_VariableFont_wght.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
background-image: /*linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ),*/ url('images/Hills.jpg');
width: 100vw;
height: 100vh;
max-height: 100vh;
overflow: auto;
overflow-x: hidden;
overflow-y: hidden;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
margin: 0;
}

article {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

a {
    	font-family: 'Jost';
	text-align: center;
font-size: 30px;
color: #ffffff;
}

p {
    font-family: 'Jost';
	text-align: center;
color: #ffffff;
margin-top: 120px;
margin-bottom: 60px;
}

.background {
    background-color: rgba(58, 44, 53, 0.53);
    width: 800px;
    padding: 30px;
    margin: 30px 100px;
}

.opening {
padding: 20px 40px;
border: 4px solid #ffffff;
border-radius: 100px;
font-size: 60px;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  
}

@media (max-width: 1200px) {
  .background {width: 66%;}
  .opening {font-size: 5vw;}
}



