html{
    background-image: url(New-Images/background.jpg);
padding: 0;}
body { margin: 0; padding: 0; }
* { margin: 0; padding: 0; box-sizing: border-box; }

#background{
    width:100%;
    margin:0;
    display: block;
    position: absolute;
}

    #little-me{
    width:25%;
        position: relative;
        margin-left: 38%;
        margin-top: 8%;
    }
#little-me:hover{
    transition: 4s;
    opacity: 0;
}


nav ul {
  list-style-type: none;
  background-color: whitesmoke;
  border: 4px solid #161632;

  border-radius: 4px;
  font-family: Calibri;
  font-weight: bold;
  font-size: 25px;
  padding: 16px;
    color: #161632;
}
nav ul li {
  display: inline;
  border-right: 2px solid #161632;
  padding-right: 8px;
  padding-left: 8px;
   text-align: center;
}
nav ul li:last-child {
  border-right: none;
}
nav ul li a {
  text-decoration: none;
  color: aqua;
}
nav{
text-align: center;
    margin-left: 40px;
    margin-right: 40px;
    position: relative;
}

h1{ font-size: 450%;
position: relative;
    text-align: center;
    color:white;
    margin-bottom:5px;
    font-family: Calibri;
}

button{ 
position: fixed;
margin: 5px;
    color: whitesmoke;
    background-color: #161632;
    display: block;
    font-family: Calibri;
}
.notbody{
    margin-left: 3%;
height: 500px;
    max-width: 60%;
    margin-bottom: 50px;
    padding:10px;
            position: absolute;
    contain: content;
}

.about{
    overflow-block: scroll;
    margin:20px;
    height: 60%;
    border: dashed #400080 3px;
    padding: 10px;
    margin-top: 30px;
}
.info{
    min-height: 200px;
    min-width: 31%;
    margin-left: 66%;
    margin-right: 3%;
            position: absolute;
}
.info2{
    min-height: 267px;
    min-width: 31%;
    margin-left: 66%;
    margin-right: 3%;
    margin-top: 252px;
    }

section{
    background-color: whitesmoke;
    margin-top: 20px;
      border: 4px solid #161632;
}
footer{ 
margin:40px;
height: fit-content;
background-color: #400080;
color: whitesmoke;
}
