        li{
            color:grey;
            font-size: 15px;
        }
     #container{
         display:flex;
         padding:20px,80px;
         justify-content: space-between;

     }
     #container>div{
         flex:2;
         text-justify: auto;
         line-height: 25px
     }
     .bold{
         font-weight: bold;
         color:#777676;
         margin-bottom: 10px;
         margin-top: 30px;
         font-size: 18px;
     }
     .bold:hover{
         text-decoration: none !important;
         color:#777676;
     }
     ul{
         list-style-type: none;
     }
     li:hover{
         text-decoration: underline;
         color:black;
         cursor:pointer;
     }
     #navbar_2{
         height:30px !important;
         margin-top: 3px;
         border-top:none;
     }
     #carouselExampleSlidesOnly{
         margin-top:5px;
     }
     footer{
         border-top: 1px solid grey;
         margin-top:80px;
          background-color: whitesmoke;
     }
  #nav1{
  display:flex;
  border:1px solid;
  justify-content: space-between;
  width:100%;
  height:30px;
}
#nav1>div{
  display:flex;
  justify-content: space-evenly;
}

a{
    margin:4px 20px;
    font-size: 14px;
   
}
p{
  margin:4px 5px; 
  font-size: 12px; 
}
#onep{
 margin-right: -15px;
}
#twop{
    margin-right: -15px;
     margin-left: -15px; 
}
.nav1item{
    text-decoration: none;
    color:black;
}
.nav1item:hover{
    text-decoration:underline;
    color:black;
}
.icon{
   margin-top:5px;
}
.icon:hover{
    color:blue;
}
#norton{
    width:120px;
    height: 50px;
    margin-top: 15px;
    
}
#bottom{
text-align: center;
}
#span2{
    text-decoration: underline;
    color:blue;
}
svg{
    margin-right: 10px;
}
