
.Logo{ 
    width: 100px;
    height: auto;  
}

h1{
    font-family: Arial, sans-serif;
    color: rgb(7, 7, 7);
    font-size: 24px;
    text-align: center;
    
}

aside {
    border-right: 2px solid rgb(7, 7, 7);
    border-left: 2px solid rgb(7, 7, 7);
    border-top: 2px solid rgb(7, 7, 7);
    
    
    background-color:rgb(231, 233, 232);
    
    
    width: 12%;
    float: left
    
}

.container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 60vh;
}


main {
border-right: 2px solid rgb(7, 7, 7);
border-top: 2px solid rgb(7, 7, 7);
    width: 88%;
    background-color:rgb(253, 253, 253);
}

footer {
    background-color:rgb(231, 233, 232);
  height: 5%;
border: 2px solid rgb(7, 7, 7);
 
  
}

header{
     display: flex;
    background-color:rgb(2, 2, 2);
    padding: 5%;
   align-items: center;
    text-align: center;
    justify-content: center;
    height: 5hv;
    border-right: 2px solid rgb(7, 7, 7);
    border-left: 2px solid rgb(7, 7, 7);
    border-top: 2px solid rgb(7, 7, 7);
}
aside ul {
    
    list-style-type: none;
    padding: 0;
    margin:0;

}

aside li {
     border-bottom: 2px solid rgb(248, 247, 247);
    background-color:rgb(13, 14, 13);
    
}

aside li a {
      
    font-family: Arial, sans-serif;
     color: rgb(250, 248, 248);
     text-decoration: none;
     display: block;
     padding: 15px;

}

.highlight {

display: inline-block;
padding: 10px 20px;
color: rgb(252, 250, 250);


    background:linear-gradient(
        to right,
        rgb(190,206,47,0.95),
        rgb(190,206,47,0.55),
        rgb(190,206,47,0.25)
);
}