* {
    margin:0;
    padding: 0;
}

html {
    font: 100%/1.5 Helvetica, Verdana, Sans-Serif;
    color: #444;
    background: #fff;
}

a, a:visited {
	color: inherit;
	text-decoration: none;
	transition: all .3s;
}

a:hover, a:active, a:focus {
	color: #000;
}

img {
    width: 100%;
    height: auto;
}

.main {
    display: block;
    width: 70%;
    max-width: 945px;
    margin: 5% auto;
}

p {
    font-size: 180%;
    font-size: 2vw;
    text-align: center;
    margin-top: 1em;
    color: #d86d20;
}
