img {border: none; }

body { padding: 0; margin: 0; font-size: 20px; font-family: 'Montserrat', sans-serif; letter-spacing: 1px; line-height: 200%; color: #000; background: #fff; width: 100vw; height: 100vh}

div { text-align: justify; }

h1,h2,h3,h4 {color: #000; font-family: 'Montserrat', sans-serif; letter-spacing: 1px; text-align: left}
h1 {font-size:30px;}
h2{font-size:30px; font-weight: bold}
h3{font-size:25px; font-weight: bold}
h4{font-size:20px; font-weight: bold}

p {font-size:16px}

.header {top: 0px; height: 150px; background: #fff; background-repeat: no-repeat; background-size: auto 100%; background-position: center center; padding: 16px 16px 16px 16px;  transition: height 0.3s ease; -webkit-transition: height 0.3s ease;}

.header-space {height: 150px; background: #eef;}

.content {
  
    text-align: left;
	max-width: 1024px;
	padding: 32px 32px 32px 32px;
    margin-top:  250px;
	margin-left: auto;
	margin-right: auto;
}

.paragraph {
    
}

.footer {text-align: center}

.button {width: 250px; height: 250px; max-width: 400px; max-height: 400px; border-radius: 50%;
    opacity: 0.8;
    transition: 0.3s;
}
.button:hover {opacity: 1; border-color: #fff; border-width: 1px; width: 250px; height: 250px; }


a:link {color:#000;text-decoration:none }
a:visited {color:#000;text-decoration:none}
a:hover {color:#000;text-decoration:underline}



#image {text-align: center; height:12px; padding: 0; margin: 1; font-size: 10px; letter-spacing: 1px; line-height: 180%;  color: #aaa;}

#list { background: 100% 0 no-repeat; margin: 1; font-size: 11px;  color: #aaaaaa;  height: 12px; clear: both;}



