@import url('https://fonts.googleapis.com/css2?family=Merriweather&family=Oswald:wght@300&display=swap');
html, body {
height: 100%;
}

body {
background-color: #808080;
}

.main {
width: 1000px;
margin: 0px auto;
background-color: #808080;
}

.header {
background-color: blueviolet;
}

#menuButton {
display: none;
}

#menu {
display: block;
}

a.button {
width: 170px;
font-family: arial;
font-size: 18px;
font-weight: bold;
text-decoration: none;
background-color: cadetblue;
display: inline-block;
padding: 10px;
margin: 0px;
color: #fff;
}

a.button:hover {
background-color: lightpink;
}

h1 {
font-family: arial;
font-size: 28px;
margin:	20px;
}

p {
font-family: arial;
line-height: 140%;
margin:	20px;
}

@media screen and (max-width:500px) {

  /* CSS for screens that are 500 pixels or less */
  
  .main {
  width: 400px;
  }
  
  img {
  max-width: 400px;
  height: auto;
  }
  
  a.button {
  width: 400px;
  }

  #menuButton {
  display: block;
  }

  #menu {
  display: none;
  }

}

body {
	background-color: #808080;
	margin: 0px;
	}

.navbar {
    background-color: #808080;
    }

.button {
    margin: 0px;
	font-family: Constantia, 'Lucida Bright', 'DejaVu Serif', Georgia, 'serif'sans-serif;
    font-size: 19px;
	font-weight: bold;
    padding: 10px 16px;
	text-align: left;
	display: inline-block;
    width: 160px;
    background-color: #fff;
    color: #cbc3e3;
    cursor: pointer;
	}

.button a {
	display: inline-block;
	width: 160px;
	}

.button:hover {
    background-color: #808080;
	}

.button a {
    color: #808080;
    text-decoration: none;
	}

.button a {
    color: #808080;
    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;
	}

.submenu a:hover {
	background-color: #f1f1f1;
	}


h1 {
	font-family: Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', 'serif'serif;
	color: #add8e6;
	}

p {
	font-family: Baskerville, 'Palatino Linotype', Palatino, 'Century Schoolbook L', 'Times New Roman', 'serif'sans-serif;
	font-size: 19px;
	color: #fff;
	}

img {
	display: block;
	margin: 20px auto;
	}

a {
	color: #add8e6;
	}



