*{
    box-sizing: border-box;
    list-style: none;
  }
  body{
    background-color: ghostwhite;
  }
header{
    background:rgba(211, 181, 12, 0.301);
    height: 200px;
    border: none;
    border-radius: 3px;
}
header img{
    float: left;
    width: 15%;
}
.data:hover {
   border-radius: 50%;
}
header h1{
    margin-top: 0;
    padding: 60px;
    font-size: 45px;
    color: rgb(128, 128, 128);
    font-family: 'Times New Roman', Times, serif
    padding;
    text-align:left;
    text-shadow: 1px 2px 2px black;
}
.navbar{
    position: sticky;
    top: 0.1px;
    background-color: #333;
    padding:10px;
    border:none;
    border-radius: 3px;  
}
nav a{
    padding: 8px;
    justify-content: space-evenly;
    color: ghostwhite;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    text-decoration: none;
    }
 nav a:hover {
    border: 2px solid transparent;
    background-color: #ddd;
    color: black
 }
 .main h2{
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    color: rgb(128, 128, 128);
    font-size: 2.5rem;
 }
 .main img{
    float: left;
    border-radius: 25px;
    padding: 5px;
 }
 .main p{
    padding-left: 50px;
    padding-top: 10px;
    font-family: 'Times New Roman', Times, serif;
    font-size: 1.5rem;
    text-align: justify;
 }
 .photo{
    margin-top: 5px;
 }
 .photo h2{
    clear: left;
    margin-top: 5px;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    color: rgb(128, 128, 128);
    font-size: 2.5rem;
 }
 .photo img{
    border-radius: 10px;
    width: 34%;
    height: auto;
    padding: 5px;
 }
 aside{
    width: 30%;
    float: right;
    padding: 5px;
 }
 aside h3,h4{
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    color: rgb(128, 128, 128);
    font-size: 1.2rem;
 }
 aside a{
    margin: 5px;
    padding: 20px;
     font-family: 'Times New Roman', Times, serif;
     font-size: 1.2rem;
    text-align: justify;
    font-weight: bold;
    color: black;
    text-decoration: none;
 }
 aside a:hover{
    color: lightblue;
 }
 aside .founder{
    width: 70%;
    margin-left: 60px ;

 }
 aside p{
    font-family: 'Times New Roman', Times, serif;
    text-align: left;
    font-size: large;
    text-transform: capitalize;
 }
 aside .code:hover{
        color:blue;
 }
 aside iframe{
    border-radius: 5px;
 }
 footer {
     background-color: #333;
     overflow: hidden;
     width: 100%;
     border-radius: 3px;
}

footer a {
       text-decoration: none;
       padding: 10px;
       text-align: center;
       float: left;
       color: white;
}
footer a:hover {
     border: 2px solid transparent;
     background-color: #ddd;
     color: black
}