*{
    margin: 0;
    /*margin: 10px;*/
    /*margin: 1.5em;*/
    /*margin: 1.5rem;*/
    /*font-size: 10px;*/
}

/*p{
    color: red;
    !*background-color: yellow;*!
}*/
#idatt{
    background-color: yellow;
}
#bcolour{
    background-color: lightblue;
}
.ccolour{
    color: green;
}
.secondclass{
    background-color: lightpink;
}
ul{
    list-style-type: square;
}
ol{
    list-style-type: upper-roman;
}
body{
    font-family: Arial, Helvetica, sans-serif;
}
.loremp{
    font-family: "Times New Roman",times, serif;
}
/*h3{
    color: rgb(0,0,255);
}*/
/*
#lorem{
    color: blue;
}*/
/*
.loremp{
    color: blue;
}*/
/*
h3.loremp{
    color: blue;
}*/
/*
section>h3{
    color: #0000FF;
}*/
/*
section h3{
    color: #0000FF;
}*/
/*section>h3:first-child{
    color: #0000FF;
}*/
#loremSection>h3:first-letter{
    color: #FF0000;
    font-size: 200%;
}
#loremSection p:hover, section p:focus{
    background-color: white;
}
/*[href]{
    background-color: gray;
}*/
[href="https://www.w3schools.com/" ]{
    background-color: gray;
}
[href^=".."]{
    border: purple solid 4px;
}
[href$="exercise02.html"]{
    background-color: lightgreen;
}
ol>li>ul>li:first-child{
    color: red;
}
ol>li>ul>li:last-child{
    color: green;
}
ol>li>ul>li:nth-child(2){
    color: orange;
}
ol>li>ul>li:nth-child(3){
    color: yellow;
}
/*******************************************************/
header, main, footer{
    /*border: dotted white 6px;*/
    margin: 0 1.5em;
    padding: 2em;
}
body{
    background-image: url("../img/ahmed-abbas-dPrVq_7xbm8-unsplash.jpg");
}

#wrapper{
    background-color: rgba(75, 44, 23, 0.8);
    color: tan;
}
h2,h3,h4,h5,h6{
    color: purple;
    text-shadow: 1px 1px 8px tan;
}

.buttons{
    display: inline-block;
    border: purple 4px solid;
    color: tan;
    margin: 0 0.5em;
    padding: 10px;
    text-decoration: none;
    background-image: linear-gradient(to bottom, rebeccapurple,violet);
    border-radius: 30px;
    text-shadow: 2px 2px 4px black;
    box-shadow: 4px 4px 8px black;
}
nav{
    text-align: center;
    position: sticky;
    top: 0;
}
header{
    height: 83vh;
}
h1{
    font-size: 450%;
    text-shadow: 4px 4px 8px black;
}
header p{
    font-size: 10px;
}
header>img{
    position: absolute;
    bottom: 65px;
    right: 60px;
}
header>section{
    border: 6px solid saddlebrown;
    width: fit-content;
    margin: auto;
    position: relative;
    top: 30%;
    background-image: linear-gradient(to top,saddlebrown,tan);
    padding: 2em;
    border-radius: 40px 0;
    box-shadow: 12px 12px 16px black;
}
footer,#infoSection,#listSection,#linkSection,#loremSection,#imageSection{
    height: 100vh;
    padding: 4em;
}
#infoSection *,#linkSection *,#loremSection *{
    margin: 1em 0;
}











