@import url(http://fonts.googleapis.com/css?family=Montserrat:700italic,700);
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap');

body {
font: bold 2em/1.4em 'Montserrat', arial, sans-serif;
font-weight: 700;
background-color: #e6e6e6;
color: #303030;
padding: 0;
margin: 0;
}

#page {
width: 94%;
max-width: 720px;
margin: 0 auto;
padding: 0;
position: relative;
}

a {
color: #303030;
text-decoration: underline;
}

a:link {color: #303030;}
a:visited {color: #303030;}
a:hover {color: #878787;}
a:active {color: #878787;}

.text {
margin: 2.5% 0 4% 0;
padding: 7% 3% 0 8%;
height: 50%;
min-height: 354px;
}

::selection {
background-color: #000000;
color: #ffffff;
}

::-moz-selection {
background-color: cyan;
color: #303030;
}

#copyright p {
padding: 1.2% 0 3% 0;
font-size: .7em;
}

/* Break Point */

@media only screen and (max-width: 600px){

body {
font-size: 1.5em;
}

.text {
min-height: 280px;
}

}