@charset "utf-8";
/* CSS Document */

body {
	font-family: "Roboto";
	text-align: left;
	padding: 5rem;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
}

h1 {
	font-size: 40px;
	font-weight: 300;
	padding-bottom: 10rem;
}

p {
	font-size: 18px;
	padding-bottom: 1rem;
	line-height: 1.2;
	font-weight: 400;
}

.arrow {
	width: 1rem;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: cornflowerblue;
}

td {
	font-size: 18px;
}

.iconapp {
	max-width: 6rem;
}
.publi {
	box-shadow: 2px 2px 10px 2px lightgrey;
}
@media only screen and (max-width: 600px) {
  body {
    padding: 1rem;
  }
}