@font-face {
    font-family: HelveticaNeueLTStd;
    src: url(../fonts/HELVETICANEUELTSTD-BD.otf);
}

#textBox{
    display: inline-block;
    width: 500px;
    margin-top: -9px;
    color: #000000;
}

/* Let's get this party started */
::-webkit-scrollbar {
    width: 14px;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
    border: 5px solid #000000;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgb(0,0,0);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0,0,0,0);
}

.imageDiv{
    border: 2.5px solid black;
    width: 550px;
    height: 391px;
    margin-top: 20px;
    border-radius: 1.5px;
}
#titleDiv1{
    margin-top: 15px;
}
#projects u{
    font-size: 250%;
    color: black;
    font-weight: bold;
    font-family: HelveticaNeueLTStd;
}
