#profile-photo {
    width: 30px;
    border-radius: 300px;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 15px;
    margin-top: 15px;
    position: relative;
    display: inline-block;
    cursor: pointer;
}

#name-image,
#header,
#instagram-layout,
.wrapper,
#header-2,
#footer-data {
    display: flex;
    align-items: center;
}

#header {
    overflow: hidden;
    position: relative;
    justify-content: space-between;
    color: black;
}

#background {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
}

#name {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 20px;
    border-radius: 10px;
    cursor: pointer;
    background-color: black;
    color: rgb(231, 207, 207);
    position: relative;
}

#instagram {
    width: 30px;
    border-radius: 300px;
    margin-left: 8px;
    margin-right: 20px;
    margin-bottom: 5px;
    display: inline-block;
    position: relative;
}

#instagram:hover, #name:hover, #profile-photo:hover {
    opacity: 0.8;
    transition: 0.15s;
}

#instagram:active, #name:active, #profile-photo:active {
    opacity: 0.6;
    transition: 0.15s;
}

#instagram-layout {
    justify-content: flex-end;
    flex-grow: 1;
}

.image {
    width: 600px;
    flex-grow: 0;
}

.section {
    display: flex;
    margin-top: 50px;
    align-items: center;
}

#heading-1, #paragraph-1 {
    color: black;
    display: inline-block;
    flex-grow: 1;
}

.heading {
    color: white;
    font-size: 45px;
    font-family: "Tilt Prism";
    width: 80%;
    text-align: center;
}

.paragraph {
    width: 80%;
    color: rgb(199, 199, 199);
    flex-grow: 1;
    font-size: 20px;
    font-family: "Black Ops One";
    margin-left: 20px;
    text-align: center;
}

.text {
    margin-left: 25px;
    background-color: rgb(74, 74, 71);
    margin-top: 60px;
    margin-bottom: 60px;
    flex-grow: 1;
    display: inline-block;
    box-shadow: -10px 10px 10px rgba(0, 0, 0, 0.4);
}

.text:hover {
    background-color: rgb(91, 91, 87);
    transition: 0.25s;
    position: relative;
    bottom: 1px;
    left: 1px;
    box-shadow: -13px 13px 10px rgba(0, 0, 0, 0.4);
}

.text:active {
    background-color: rgb(106, 106, 101);
    transition: 0.25s;
    position: relative;
    bottom: 2px;
    left: 2px;
    box-shadow: -18px 18px 10px rgba(0, 0, 0, 0.4);
}

#image {
    width: 100%;
    display: inline-block;
    justify-content: center;
    box-shadow: -10px 10px 10px rgba(0, 0, 0, 0.4);
}

img {
    width: 100%;
    display: inline-block;
    margin: auto;
    flex-grow: 1;
}

.wrapper {
    width: 100%;
    height: 100%;
    justify-content: center;
}

#code-image {
    margin-left: 25px;
    margin-right: 0;
    width: 100%;
    box-shadow: -10px 10px 10px rgba(0, 0, 0, 0.4);
}

#text-2 {
    margin-left: 0;
    width: 100%;
    background-color: rgb(74, 74, 71);
    flex-grow: 1;
    margin-right: 25px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4);
}

#text-2:hover {
    transition: 0.25s;
    background-color: rgb(91, 91, 87);
    position: relative;
    bottom: 1px;
    right: 1px;
    box-shadow: 13px 13px 10px rgba(0, 0, 0, 0.4);
}

#text-2:active {
    background-color: rgb(106, 106, 101);
    transition: 0.25s;
    position: relative;
    bottom: 2px;
    right: 2px;
    box-shadow: 18px 18px 10px rgba(0, 0, 0, 0.4);
}

#par-2 {
    font-size: 18px;
}

#last-txt {
    font-size: 45px;
    display: block;
}

#body {
    margin: 10px;
    background-color: rgb(84, 50, 50);
}

.list-item {
    margin-left: 75px;
    font-size: 20px;
    color: rgb(184, 184, 141);
}

#list-title {
    font-family: "Tilt Prism";
    margin-left: 50px;
    color: rgb(255, 255, 255);
}

#github {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    border-width: 2px;
    border-style: solid;
    color: rgb(184, 184, 141);
}

#github-txt {
    color: rgb(184, 184, 141);
    margin-left: 10px;
    background-color: black;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 15px;
}

#footer-data {
    justify-content: center;
}

#citations {
    font-size: 20px;
    text-align: center;
    color: rgb(184, 184, 141);
    background-color: black;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 15px;
}

#more-link {
    background-color: rgb(184, 184, 141);
    font-family: "Black Ops One";
    text-decoration: none;
    color: black;
    font-size: 50px;
    margin-bottom: 25px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4);
    padding: 15px;
    border-radius: 25px;
}

#more-link:hover {
    opacity: 0.9;
    position: relative;
    bottom: 1px;
    right: 1px;
    box-shadow: 12px 12px 10px rgba(0, 0, 0, 0.4);
}

#more-link:active {
    opacity: 0.8;
    position: relative;
    bottom: 2px;
    right: 2px;
    box-shadow: 15px 15px 11px rgba(0, 0, 0, 0.4);
}

#gallery-link {
    display: flex;
    justify-content: center;
}

#footer {
    background-color: rgb(74, 74, 71);
    border-radius: 10px;
    padding-bottom: 15px;
    padding-top: 5px;
    background-image: url("webpage-images/background-wood.jpg");
}

#profile-2 {
    margin-left: 10px;
    margin-top: 8px;
    width: 45px;
    border-radius: 20px;
    display: inline-block;
}

#header-txt-2 {
    margin-left: 10px;
    display: inline-block;
    font-family: "Black Ops One";
    flex-grow: 1;
    text-align: center;
}

#header-2 {
    color: rgb(184, 184, 141);
    background-color: rgb(74, 74, 71);
    padding-left: 10px;
    border-radius: 30px;
}

#body-2 {
    background-color: rgb(84, 50, 50);
}

#main-link {
    font-size: 15px;
    font-family: "Black Ops One";
}

#img-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.page-2-img {
    width: 350px;
    height: 100%;
    margin: 25px;
    box-shadow: 12px 12px 12px rgba(0, 0, 0, 0.4);
    transition: 0.4s;
}

.page-2-img:hover {
    position: relative;
    bottom: 1px;
    right: 1px;
    box-shadow: 15px 15px 10px rgba(0, 0, 0, 0.4);
}

.page-2-img:active {
    opacity: 0.9;
    position: relative;
    bottom: 2px;
    right: 2px;
    box-shadow: 18px 18px 10px rgba(0, 0, 0, 0.4);
}

#sources {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.source {
    display: inline-block;
    background-color: rgb(184, 184, 141);
    flex-grow: 1;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    border-radius: 10px;
    font-family: "Black Ops One";
    text-decoration: none;
    transition: background-color 0.5s;
    color: black;
}

.source:hover {
    color: rgb(184, 184, 141);
    background-color: black;
    box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.4);
}

#sources-label {
    text-align: center;
    color: rgb(184, 184, 141);
    font-family: "Black Ops One";
}

#highlight {
    background-color: rgb(165, 165, 98);
    border-radius: 5px;
    padding-left: 2px;
    padding-right: 2px;
    color: black;
}