*{
    margin: 0px;
    padding: 0px;
    box-sizeing:border-box ;
    font-size:15px;
    font-family: "Roboto Condensed", sans-serif;
}

.link li a{
    text-decoration:none; 
    color:white;
}
.link li {
    list-style:none;
    
        }
.nav{
    
    background-color:#009ae6f6;
    height:130px;
    border-radius:0 0 25px 25px;
            }   
.nav ul {
    display:flex;
   /* border:4px solid red;/*  */
    justify-content:space-around;
    align-items:center;
    }   
.nav ul :hover{
    border-bottom:2px solid gold;
    }    
h3{
  /*  border:2px solid blue; */
    width:100px;
    margin-left:auto;
    margin-right:auto;
    margin-top:15px;  
    margin-bottom:15px;  
}
.home h1{
    
    margin-top:40px;
    text-align:center;    
    margin-bottom:15px;
    color:#fff;
    background-color:#0075e6f6 ;
}
#p-one{
    margin:20px 40px;
    text-align:center;
    font-family: "Roboto Condensed", sans-serif;

}
main{
    background-color:#60b7e6f6;
    margin:45px;
    height:650px;
    border-radius: 25px;
    box-shadow:5px 5px 20px #a9a9a9;
}
#img-one{
    width:400px;
    height:340px;
    border:2px solid black;
    display:block;
    margin:0 auto ;
    border-radius:50px 50px 50px 50px;
    margin-bottom:150px;
}
#p-tow{
    text-align:center;
    margin-bottom:400px;
}

.h3{
  font-family: "Pacifico", cursive;
  font-weight: 400;
  font-style: normal;
}
.home h1{
  font-family: "Sevillana", cursive;
  font-weight: 900;
  font-style: normal;
}
#myinterest h2{
    align-items:center;
}
.int{
    border:2px solid black;
    text-align:center ;
    margin-bottom:150px;
    padding:10px 5px;
    border-radius:50px 50px 50px 50px;
    font-family: "Sevillana", cursive;
    
         }
.img{
    width:200px;
    height:200px;
    border:2px solid green;
    display:block;
    margin:0 auto ;
    border-radius:50%;
    margin-bottom:150px;
    }
.info{
    /* border:2px solid blue ; */
    display:block;
    width:60%;
    margin:30px auto;
    border-radius:15px;
    height:530px;
    box-shadow:0 5px 25px gray;    
   
}
.info h3{
    text-align:center;
    border:2px solid #0018ff ;
    width:90%;
    mamargin-top:20px;
    border-radius:15px;
}
.par{    
    text-align:center;
    
    
}

.cart:hover{
    transform:scale(1.1);
}
.cart{
    transform:0.7s ease;
}
#p{
    text-align:center;
    font-size:26px;
    font-family:"Pacifico", cursive; 
    font-weight:200;
    margin-bottom:140px;
    padding-top:0px;
    border-radius:20px;
    box-shadow:0px 2px 20px #aacaff;
    
                 }
#img-2{
    width:200px;
    height:200px;
    border-radius:15px;
}
.company{
    border:2px solid black;
    text-align:center;
    width:45%;
    padding:5px;
    margin:20px;
    border-radius:15px;
    box-shadow:5px 5px 20px #c7c7c7;
}
.company:hover{
    transform:scale(1.1);
    color:#0003ff;
    border:3px solid red;    
    }
#last,#and{
    display:flex;
    justify-content:space-around;
    margin-top:15px;   
}
 h1{
    margin-bottom:15px;
    color:red;
    font-family: "Kaushan Script",    cursive;
   font-weight: 900;
   font-style: normal;
   font-size:26px;
}
.ol{
    list-style:none;
    margin-top:15px;
}
.ol li{
    margin-bottom:20px;
}
#thanks{
    margin-top:40px;
    font-size:26px;
    font-family:"Sevillana", cursive;
    font-weight:700px;
}
#mygoals{
    box-shadow:5px 5px 20px #ababbb;
    background:#dadaee;
    border-radius:25px;
    margin-top:100px;
    
}
