:root {
  --mainColor: #ff9800;
}

body {
    
    padding-top: 10px;
	padding-right: 10px ;
	padding-left: 10px ;
	padding-bottom:10px ; 
	
	line-height: 1.3;
	letter-spacing: -0.5px;
	font-weight: bold;
	color:white;
	background-color: #B0C4DE
;

  display: flex;
  font-family: 'Montserrat', sans-serif;
  font-size: 2em;
  height: 100vh;
  justify-content: center;
}







Resources
}


.header {

	max-width:180px;
	padding: auto;
}

	h4 {
    padding-bottom: 10px;
	padding-top: 50px;
	padding-left: 50px;
	padding-right: 50px;
	text-align: center;
	font-size: 560%;
	font-weight: bold;
	line-height: 1;

	color: black;

	


}
.container {

max-width:810px;
	margin-right: auto;
	margin-left: auto;}


h1{

	font-size: 0px;
	color: black;
}


h2 {
	font-size: 60%;
	font-weight: bold;
	padding-left:  600px;
	padding-bottom: 10px;
    writing-mode: vertical-lr; 
    
}

h3 {
	
	padding-top: 80px;
	padding-bottom: 5px;
	font-size: 105%;
	font-weight: bold;
	line-height: 1;
	color: #ff9800;
	letter-spacing: 0.9em;
	text-transform: uppercase;
	writing-mode: vertical-lr; 
    text-orientation: upright;


	
	
	
}

    p {
	font-size: 60%;
	line-height: 1.3;
	text-align: left;
	padding-bottom: 60px;
	padding-top: 10px;
	padding-right: 100px;
	
	




}

    a {
  background:
     linear-gradient(
       to bottom, var(--mainColor) 0%,
       var(--mainColor) 100%
     );
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 4px 4px;
  color: #000;
  text-decoration: none;
  transition: background-size .2s;
}

a:hover {
  background-size: 4px 50px;
}