
body {text-align: center; width: 100%; height: 100vh}

body img { max-width: 100% }

#wrap {display: flex; justify-content: center; align-items: center; height: 100%; flex-direction: column; padding: 15px}
.section_text {font-family: 'Arial', sans-serif; font-size: 32px; color: #4D4E4C; margin-top: 90px}
.section_text p {margin: 0 0 15px}
footer {background-color: #005b46; position: fixed; left: 0; bottom: 0; width: 100%; color: #fff; font-family: 'Arial', sans-serif; font-size: 13px;}
footer a,
footer a:link,
footer a:hover,
footer a:visited { color: #fff; text-decoration: none;}

@media (max-width: 600px){ 
	.section_text {font-size: 20px}
	footer {font-size: 10px}
 }