html, body, div, span, applet, object, iframe,
 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 */


h1{
    text-align: center; 
    background-color: lightskyblue; 
    color: aliceblue
}
body{
    background-color: cornflowerblue; 
    color: aliceblue;
}
button{
    text-align: center;
    display: inline-block;
    border: none;
    width: 100%;
    cursor: pointer; 
    background-color: #7a53f0 ;
    color: #c7cbff;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    padding: 5px;
}
button:hover{
    background-color: blueviolet;
    color: #d0afdf;
}
button.two{
    text-align: center;
    display: inline-block;
    border: none;
    width: 100%;
    cursor: pointer; 
    background-color: #5b29f0 ;
    color: #c7cbff; 
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif
}
button.two:hover{
    background-color: blueviolet;
    color: #d0afdf;
}
button.three{
    text-align: center;
    display: inline-block;
    border: none;
    width: 100%;
    cursor: pointer; 
    background-color: #3100c3 ;
    color: #c7cbff; 
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif
}
button.three:hover{
    background-color: blueviolet;
    color: #d0afdf;
}
button.four{
    text-align: center;
    display: inline-block;
    border: none;
    width: 100%;
    cursor: pointer; 
    background-color: #27009c ;
    color: #c7cbff; 
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif
}
button.four:hover{
    background-color: blueviolet;
    color: #d0afdf;
}
button.five{
    text-align: center;
    display: inline-block;
    border: none;
    width: 100%;
    cursor: pointer; 
    background-color: #190065 ;
    color: #c7cbff; 
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif
}
button.five:hover{
    background-color: blueviolet;
    color: #d0afdf;
}
#text1{
    position: absolute; 
    text-align: center;
}
.container{
    position: relative;
    text-align: center;
    color: white;
}
.centered{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    background-color: red;
    color: antiquewhite;
}
img{
    position: static;
}
#navbar {
  position: sticky;
  top: 0;
  overflow: hidden;
}
footer, header, #navbar{
    z-index: 1;
}
#double{
    background-color: #5b29f0; 
    color: #d0afdf;
}
a{
    color: #d0afdf; 
    text-align: center;
}
#footer1{
    position: fixed; 
    bottom: 0; left: 0; 
    text-align: center; 
    width: 80%;
}
#footer2{
    right: 0; 
    position: fixed; 
    bottom: 0; 
    width: 20%;
}
img{
    width: 100%;
}
.goofin{
    display: block; 
    color: aliceblue; 
    text-align: center;
}

