body {
    margin: 0;
    background-color: rgb(255, 255, 255);

    font-family: "Roboto", sans-serif;
}

img {
    max-width: 100%;
    height: auto;
    margin-top: 15px;
}


#Portfolio {
    max-width: 900px;
    height: 1200px;
    /*background-color: lightblue;*/
    margin: 0 auto;
}

#Menu {
    position: fixed;
}

#Content {
    padding: 110px 15px 0 15px;
}

img {
    width: 100%;
    max-width: 600px;
}

h1 {
    font-size: 30px;
    color: rgb(0, 214, 135);
}

h2 {
    font-size: 14px;
    color: rgb(0, 153, 255);
}

h3 {
    font-size: 40px;
    color: rgb(255, 0, 242);
}

p {
    font: 100px;
    color: blueviolet;
    padding: 0 15;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

li {
    display: inline;
}

a {
    display: inline-block;
    padding: 8px;
    background-color: blueviolet;
    color: white;
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
}

/*quare {
    width: 100px;
    height: 100px;
    display: inline-block;
    position: fixed;
    top: 5px;
    left: 5px;
}

.square-primary {
    background-color: blueviolet;
    left: 110px;
}

.square-secondary {
    background-color: aquamarine;
}*/

.project {
    border-bottom: 2px solid blueviolet;
}

#spacer {
    border-bottom: 2px solid rgb(72, 255, 0);
    margin: 15px 0px;
}