
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap'); body, h1, h2, h3, h4 {
  font-family: 'Quicksand', sans-serif;
}
* {
    font-family:'Quicksand', 'Quicksand Medium';
    color: #beaa9b;
    font-weight: 600;
    line-height: 1.5;
    top: 50%;
    left: 50%;
}

header {
	font-size: 25px;
	margin: 20 0;
	text-align: center;
}


i {
	font-size: 120%;
}
body {
    font-family:'Quicksand', 'Quicksand Medium';
    color: #beaa9b;
    background-color: #101010;
}

aside {
	margin-top: 200px;
	float: center;
	padding: 0px;
	border: 1px;
	font-size: 80%;
	text-align: center;
}

article {
	padding: 0 0;
	text-align: center;
	width: 100%;
	padding: 0px;
	margin: 0px 0px;
	height: 100%;
}

table, th, td {
	border: 1px;
	border-style: solid;
	padding: 0px;
	padding-top: 10px;
	border-spacing: 10px;
}
audio {
	float: center;
	text-align: center;
}

.fa {
  padding: 5px;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  color: #beaa9b;
}

.dark-mode {
  background-color: #444444;
  color: #;

}

button {
	float: right;
	color: #beaa9b;
	background-color: #000;
	font-size: 20px;
	padding: 2px 4px;
	margin: 0px 2px;
	border: block;
	transition-duration: 0.4s;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
}

button:hover {
	background-color: #beaa9b;
}


footer {
	text-align: right;
	font-size: 30%;
	padding: 10 10;
}

div.gallery {
  float: center;
  width: 280px;
  margin-left: auto;
  margin-right: auto;
}

div.gallery:hover {
  border: 10;
  clor: #beaa9b;
}

div.gallery img {
  width: 80%;
  height: auto;
  padding 0 20;
}

