@charset "utf-8";

* {
	margin:0;
	padding:0;
	font-family:inherit;
	box-sizing: border-box;
	text-decoration: none;
}

a,
a:hover,
a:active,
a:link,
a:visited {
	text-decoration: none;
	outline: none;
}

body {
    width: 100%;
    text-align: center;
    padding: 150px 10px;
    display: flex;
    flex-flow: column;
    justify-content: space-around;
    height: 100vh;
    align-items: center;
}

body img {
    width: 100%;
    max-width: 400px;
}

h2 {
    text-align: center;
    font-size: 30px;
    color: #00afef;
    font-family: "Arial";
    text-transform: uppercase;
    margin: 50px 0 0 0;
}

p {
    font-family: "Arial";
    text-align: center;
    font-size: 20px;
    color: #96989a;
}