/* ForestSageSarah Styles */
.avatar {
	display: block;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
	width: 150px;
	height: 150px;
	border-radius: 50%;
}
body {
	background: #000;
	position: relative;
	opacity: 1;
    transition: 1s opacity;
}
body.fade-out {
    opacity: 0;
    transition: none;
}
#bar {
	height: auto;
	margin: auto;
	width: 205px;
}
.canvas {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.content {
	background: rgba(0, 0, 0, 0.8);
	color: #f4f4f4;
	height: auto;
	margin: auto;
	padding: 2rem;
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: 500px;
	box-sizing: border-box;
	z-index: 1;
	border-radius: 25px;
}
h1,h2,h3 {
	font-family: 'Marck Script', cursive;
	text-align: center;
	background: red;
    background: -webkit-linear-gradient(left, orange , yellow, green, cyan, blue, violet);
    background: -o-linear-gradient(right, orange, yellow, green, cyan, blue, violet);
    background: -moz-linear-gradient(right, orange, yellow, green, cyan, blue, violet);
    background: linear-gradient(to right, orange , yellow, green, cyan, blue, violet);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
hr {
	display:block;
    border:none;
    color:white;
    height:1px;
    background:black;
    background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 350, from(#fff), to(#000));
}
html {
        background-color: black;
}
img.contact {
	height: 48px;
	width: 48px;
}
p {
	font-family: 'Kalam', cursive;
}
#voice {
	font-family: 'Reenie Beanie', cursive;
}
#wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100vh;
	width: 100vw;
	padding: 1rem;
	box-sizing: border-box;
}