body {
    font-family: 'Arial', sans-serif;
    background: ivory;
    color: #284b63
}

.content {
    text-align: center;
}

.table-of-contents {
    text-align: center;
    font-weight: bold;
    margin-top: 2%;
}

.table-of-contents a {
    text-decoration: none;
    color: #284b63;
    margin: 2%;
}

.table-of-contents a:hover {
    text-decoration: none;
    color: red;
}

.storyboard-image {
    height: 400px;
    margin-top: 3%;
    border: 1px solid gray;
}

.storyboard p {
    width: 600px;
    text-align: justify;
    margin: auto;
    margin-top: 1%;
}

.concept_sketch-image {
    height: 750px;
    margin-top: 3%;
    border: 1px solid gray;
}