
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/*Own code*/

p {
    font-size: 17px;
}
a {
    text-decoration: none;
}
* {
    margin: 0;
    padding: 0; 
    
    
}

ul {
margin-left: 60px;
}

body{
    background-color: white;
}

nav {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    
    width: 100% ;
    height: 100px;
    font-size: 15px;
    display: block;
line-height: 20px;
background-color: black;

}

ul li {
list-style: none;
display: inline-block;
line-height: 100px;

}

ul li a {
text-decoration: none;
font-size: 30px;
font-family: Arial, Helvetica, sans-serif;
color: white;   
padding: 0 20px;
display: block;
float: left;
}

ul li a:hover{
    font-size: 40px;
    color: firebrick;
}

h1.Tittle {
    font-size: 60px;
    margin: 10px;
}


li {
    text-align: center;
}

main {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    padding: 20px;
    font-size: 50px;
    
    
}

tl {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;  
    
    width: 100%;
    height: 100px;
    
    display: inline-block;
line-height: 80px;
/*background-color: #a564d3;*/
background-color: white;
color: black;
}

footer.bt {
    padding: 0%;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    
    width: 100%;
 background-color: black;
    margin-top: 100px;
    display: block;
    color: white;
  font-size: 25px;
    left: 0%;
    width: 100%;
    margin-right: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
}

section.footing {
    margin: 0%;
    padding: 0%;
    font-size: 25px;
    list-style: none;
    line-height: normal;
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-left: 20% ;
    margin: 20px;
    text-decoration: none;
    color: white;
}

p.foot {
    color: white;
}

.ingress {
    font-size: 20px;
    margin-top: 15px;
}

img {
   width: 100vh;
    border-radius: 15%;
    
    padding: 0px;
}


.whereiam {
    font-weight: bold;
}

.copyright {
    text-align: right;
    margin-right: 20px;
}

.tinytext  {
    font-size: 20px;
    margin: 10px;
}

.litetext {
    font-size: 25px;
    font-weight: bolder;
}

div {
    display: inline-block;
    margin: 10px;
    padding: 10px;
    width: 90%;
    color: white;
    background-color: black;
    margin-right: 0px;
    border-radius: 25px;
}

.post {
    margin-bottom: 20px;
}

.bt {
    text-decoration: none;
}
