html, body {
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
}

#Container { 
max-width: 1050px;

margin: 0 Auto; 
padding: 100px; 
padding-top: 100px;

background-color:rgb(107, 76, 44) ;
border-left: 10px dotted-solid black; 
border-right: 10px dotted-solid black; 
 
} 
h1 {
    color: darkcyan; 
    font-size: 70px;
font-size: sans-serif;

} 

img {
    max-width: 100%;
}

.Project { 
border-bottom: 2px solid black;
} 

a{ 
    color: red;
    text-decoration: none;

}

a:hover { 

}

.animadetLink {
    font-size: 18px;
    font-weight: bold;
    text-transform: lowercase;
    transition: 1s all;
}
.animatedLink:hover{

color:darkgreen 
cursor: pointer
transition: 1s all;
margin-left: 20 px;
}

.menuLink {
font-size: 24px;
text-transform: uppercase;
font-weight: bold;
background-color: gray;
padding: 8px 16px;
border-radius: 10px;
transition: 1s all;
}


.menuLink:hover {
color:rgb(173, 204, 232)
background-color:blueviolet


}


#Menu {
position:fixed;
width:100%;

}   

#InnerMenu  { 
background-color: black;
width: 992px;
margin: 0px;
height: 70px;
text-align: center;
line-height: 70px;
}
