body {
    background: rgb(154, 151, 231);
    background-image: url(images/lensflare.jpg);
    background-size: 100% auto;
    color:aliceblue;
    font-family:'Times New Roman', Times, serif;
    font-size:30px;
}

nav{
    margin-top: 20px;
    background: blue;
}

ul{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: flex;
    justify-items: center;
}

li{
    display: inline-block;
    margin: 5px 20px 5px 20px;
}

li a{
    color:rgb(168, 168, 168);
}

header{
    background: rgb(73, 73, 73);
    height: 130px;
    margin: -8px 20px 10px 20px;
    padding: 0px;
}

h1.title{
    font-family: cursive;
    display: flex;
    justify-content: center;
}

h1.title2{
    font-size: 40px;
    padding: 0 0px 5px 20px;
    display: flex;
    justify-content: center;
}

button.respect{
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    width: 70px;
    height: 30px;
    background:gray;
    border:2px solid rgb(102, 102, 102);
    color:white;
    border-radius: 50px;
    box-shadow: 2px 2px 4px black;
    cursor: pointer;
    position: relative;
    left: 10px;
    top: 9px;
}

h1{
    margin: 0px 20px 50px 20px;
}

section{
    min-height: 1000px;
    margin: auto;
    display: flex;
    gap: 0px;
    justify-content: center;
    align-items: center
}

section.funsection {
    min-height: 100px;
}

section.funcontents {
    min-height: 500px;
}

section.images {
    margin-bottom: 100px;
}

.images figure {
    width: auto;
}

.images figure img {
    width: 200px;
    margin: 15px 10px 15px 10px;
    border-radius: 50%;
    box-shadow: black 0 0 20px;
}

footer{
    background: rgb(58, 58, 58);
    padding: 5px;
    border-radius: 5px;
    position: fixed;
    left: 0;
    bottom: 0px;
    width: 100%;
    font-size: 25px;
}

footer div {
    display: flex;
    justify-content: center;
}
