body{
    padding: 0;
    margin: 0;
    font-family: 'Times New Roman', Times, serif;
     background-color: rgb(54, 49, 49);
     background-image: url(flo.jpg);
     background-repeat: no-repeat;
     background-size: cover;
 }
 header{
     color: rgb(33, 184, 184);
     margin-top: 2%;
 }
 span{
     position: absolute;
     top: 4%;
     left: 10%;
     font-size: 30px;
     color: rgb(209, 180, 145);
 }
 .navbar{
     overflow: hidden;
     transition: 0.5;
 }
 .nav-list{
     font-size: 25px;
     float: right;
     display: flex;
     list-style: none;
     margin: 10px;
     padding: 0;
     border: 10px;
     border: 10px;
 }
 .item{
     margin: 10px;
     padding: 10px;
 }
 .item a{
     color: aqua;
     text-decoration: none;
     cursor: pointer;
 }
 .item a:hover{
     color: rgb(133, 95, 95);
     border-radius: 10px;
 }
 .text{
     width: 400px;
     padding: 20px;
     margin-top: 20%;
     margin-left: 8%;
 }
 h2{
     color: rgb(217, 146, 146);
 }
 h1{
     color:  rgb(218, 146, 146);
 }
 .img{
     position: absolute;
     left: 60%;
     bottom: 10%;
 }
 img{
     border-radius: 50%;
 }