@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&family=Dancing+Script:wght@500&family=Playfair+Display:wght@500&display=swap');
#container {
  width: 400px;
  padding: 20px 40px 20px 40px;
  background-color: dimgrey;
  margin: 0 auto;
}

#logocontainer {
  width: 200px;
 padding-top: 30px;
  background-color: lightpink;
  margin: 0 auto;
}
	
	
body {
  background-color: lightpink;
}
header {
  background-color: deeppink;
  height: 75px;
  width: 100%;
	margin-bottom: 20px;
}


h1 {
  color: deeppink;
  font-family: "playfair display", Helvetica, Arial, "sans-serif";
  background-color: black;
  margin-top: 25px;
	padding-top:10px;
  height: 60px;
  width: 100%;
	text-align: center;
}
h2{
  color: lightpink;
  font-family: "montserrat", 'sans-serif';
  font-size: 26px;
  line-height: 20px;
	background-color: black;
}

hr {
  border-top: 6px solid deeppink;
}
logo {
  display: block;
  margin: 0 auto
	
}
.center {
  text-align: center;
}

h2.center{
	padding: 20px 0px 20px 0px;
}


a:link {
  color: lightpink;
  background-color: transparent;
  text-decoration: none;
}
a:visited {
  color: pink;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: #828080;
  background-color: lightpink;
  text-decoration: none;
}
a:active {
  color: deeppink;
  background-color: transparent;
  text-decoration: none;
}
