html, body {
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
    background-color: rgb(168, 168, 168);
}


#Container {
    max-width: 1170px;
    margin: 0 auto;
    padding-top: 70px;
    border-left: 2px solid rgba(69, 69, 69, 0.416);
    border-right: 2px solid rgba(69, 69, 69, 0.416);
}

h1 {
    color: rgb(149, 45, 45);
    font-size: 40px;
    text-transform:inherit;
    margin-left: 5px;
}

h2 {
    color: rgb(32, 32, 32);
    font-size: 20px;
    text-transform: uppercase;
    margin-left: 10px;
    margin-top: 30px;
}

p1 {
    color: rgb(42, 42, 42);
    font-size: 15px;
    text-transform: inherit;
    margin-left: 20px;

}

p {
    color: rgb(42, 42, 42);
    font-size: 25px;
    text-align: center;
}


img {
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;

}
.Project1 {
    border-bottom: 0px solid rgba(75, 75, 75, 0.2);
}

a{
    color: rgb(42, 42, 42);
    text-decoration: none;
}


.Link {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    transition: 1s all;
}

.Link:hover{
    color: rgb(149, 53, 53);
    cursor: pointer;
    transition: 1s all;
    margin: 5px;
}

.menuLink {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color:rgb(104, 104, 104);
    background-color: rgb(254, 254, 254);
    padding: 8px 16px;
    border-radius: 5px;
}

.menuLink:hover {
    cursor: pointer;
}

#Menu {
     width: 100%;
     position: fixed;
}

#InnerMenu {
    background-color: rgba(255, 255, 255, 0.138);
    max-width: 1170px;
    height: 70px;
    margin: 0 auto;
    text-align: right;
    word-spacing: 5px;
    line-height: 70px;
    border-color: rgb(81, 81, 81);
}