body {
    font-family: 'Verdana', sans-serif;
    background-color: white
}
.content {
    max-width: 1000px;
    margin: auto;
}

h1 {
    font-size: 70px;
    font-weight: bold;
    margin: 18px;
    color: darkblue;
}

h2 {
    font-size: 25px;
    font-weight: normal;
    margin: 18px;
    color: darkgray;
}

.storyboardIcon {
    border: 2px solid darkblue;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    margin-left: 18px;
    margin-top: 35px;
}
.conceptSketchIcon {
    border: 2px solid darkblue;
    display: inline-block;
    text-align: center;
    margin-left: 8px;
}



.story {
    border: 4px solid darkblue;
    margin: 18px;
    max-width: 950px
}

.storyboardIconImage{
    max-width: 300px

}
.conceptSketchIconImage{
    max-width:200px
}

.storyText {
    text-align: left;
    display: inline-block;
    vertical-align: top;
    width: 950px;
}

p {
    font-size: 20px;
    font-weight: normal;
    margin: 20px;
    color: darkblue;
}