<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

header {
    display: flex;
    justify-content: space-between;
    background-color: #E1DDDF;
    box-shadow: black 0px 2px;
}

.Mobile h1 {
    font-size: 35px;
    color: black;
    text-align: center;
    margin: auto;
    padding: 10px;
    font-family: 'Agbalumo', cursive;

}

.LogoA {
    display: flex;
    align-items: center;
}

.icon {
	margin: 6px;
    font-size: 45px;
    color: black;
}

#MainMenu {
    display: none;
}

#MainMenu ul {
    width: 100%;
    background-color: #E1DDDF;
}

#MainMenu li{
    font-size: 25px;
    padding: 5px;
    text-align: center;
    border: black solid 2px;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif
}

#MainMenu a {
    display: block;
    text-decoration: none;
    color: black;
}

.name {
    margin: 0px;
    display: none;
}

.Facebooketh i {
	display: none;
}

.Imgages {
    text-align: center;
}

.Imgages img {
    width: 500px; 
}

.Paragraph1 {
    margin: 5px;
    font-size: 18px;
    font-family: 'Open Sans', Cambria, sans-serif;
    text-align: center;
}

.ParaHeader {
    margin-top: 15px;
    font-size: 24px;
    font-family: 'Playpen Sans', cursive;
    text-align: center;
}

.ParaHeader img{
    margin-top: 15px;
    width: 500px; 
}

.ParaHeader2 h2{
    margin-top: 15px;
    font-size: 24px;
    font-family: 'Playpen Sans', cursive;
    text-align: center;
}

.ParaHeader2 p {
    margin-top: 5px;
    font-size: 18px;
    font-family: 'Open Sans', Cambria, sans-serif;
    text-align: center;
}

footer {
    text-align: center;
    margin-top: 10px;
    padding-top: 15px;
    padding-bottom: 10px;
    background-color: #E1DDDF;
    box-shadow: black 0px -2px;
    font-family: 'Playpen Sans', cursive;
}

footer hr {
    color: black;
    height: 2px;
    background-color: black;
    width: 80%;
}

.Videos{
    grid-row: 4;
    text-align: center;
}

.Videos h1 {
    font-family: 'Agbalumo', cursive;
    margin-bottom: 30px;
    margin-top: 30px;
    font-size: 30px;
}

iframe {
    width: 480px; 
    height: 320px;
}</pre></body></html>