
body {
	background-color: red;
	margin: 0px;
	}

.navbar {
    background-color: lightcoral;
    }

.button {
    margin: 0px;
	font-family: Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', 'serif'sans-serif;
    font-size: 19px;
	font-weight: bold;
    padding: 10px 16px;
	text-align: left;
	display: inline-block;
    width: 160px;
    background-color: white;
    color: #000;
    cursor: pointer;
	}

.button a {
	display: inline-block;
	width: 160px;
	}

.button:hover {
    background-color: white;
	}

.button a {
    color: #000;
    text-decoration: none;
	}

.dropdown {
    display: inline-block;
	}

.submenu {
    font-family: 'Arial', sans-serif;
	font-size: 16px;
    text-align: left;
	display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 0px 16px 0px rgba(51,204,255,1);
	}

.submenu a {
    width: 160px;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
	}

.submenu a:hover {
	background-color: #f1f1f1;
	}

h1 {
	font-family: 'Merriweather', serif;
	color: white;
	}

p {
	font-family: 'Oswald', sans-serif;
	font-size: 19px;
	color: #fff;
	}

img {
	display: block;
	margin: 20px auto;
	}

a {
	color: white;
	}