body{
	font-family: sans-serif;
	font-size: 1.5vw; 
	text-align: center;
	color: #000;
	background-color: white;
}

@font-face {
    font-family: 'coolveticaregular';
    src: url('coolvetica_rg-webfont.woff2') format('woff2'),
         url('coolvetica_rg-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.pagemarg {
  margin: 0 50px 0 50px;
}

a:link, a:visited{
	text-decoration: none;
	color: black;
}

a:hover, a:active{
	text-decoration: underline;
	color: black;
}

img:not(.logo){	
  max-width: 100%;
  border: 000px solid #000000;
}

img.logo {
    max-width:100%;
    height:auto;
}

.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}

.loggo {
max-width: 20vw;  
background-color: #ffffff;  
text-align: center;
}

a.legal:link{
    text-decoration: none;
	color: black;
}
button {
    border: none;
    color: red;
    text-decoration: none;
    display: inline-block;
	padding: 1px;
}

h1{
	font-family: 'coolveticaregular';
	float: left;
	text-align: center;
	padding: 0.5vw 0;
    font-size: 2.5vw; 
	letter-spacing: 0.025em;
}

h4{
	font-family: 'coolveticaregular';
	text-align: center;
	font-size: 2vw;
	margin-bottom: 0.67em;
	letter-spacing: 0.05em;
}

#generated{
  max-width: 85%;
  font-size: 90px;
  font-size: 5vw; 
  line-height:9.5vh;
  font-weight: bold;
  text-shadow: 3px 3px 3px #CCC;
  text-align: center;
  margin: 40px auto;
  text-transform: lowercase;
}
#bottoms{
	width: 100%;
	text-align: center;
}
#smalls{
	font-style: italic;
	font-size: xx-large;
	text-align: center;
	line-height: 1px;
}
#legals{
  	font-weight: bold;
	font-size: small;
	bottom: 20px;
	text-align: center;
}


