#header {
    margin-top: 20px;
    font-size: 60px;
}

body {
    background-color: black;
}

#master {
    width: 100%;
}

#container {
    padding-top: 50px;
}

#intro-text {
    text-align: left;
    font-size: 18px;
    padding: 10px;
}

.image-div {
    text-align: center;
}

p {
    text-align: center;
}

#jiggles-img {
    height: 100%;
    width: 300px;
}

#portrait-img {
    width: 100%;
    border-radius: 5px;
    box-shadow: 5px 5px 5px black;
    border: 2px solid black;
}

#arrow-img {
    position: relative;
    left: 150px;

    width: 150px;
    height: 150px;
    z-index: 2;
    margin-top: -20px;
}

.bolden {
    font-weight: 750;
}

#this-is-me {
    margin-top: 100px;
    font-family: "MV Boli";
    font-size: 25px;
}

img {
    max-width: 414px;
    text-align: center;
}