.videoSearchBar{
    height: 120px;
    background-color: rgb(210, 173, 223);
    text-align: center;
    padding-top: 10px;
}
.videoSearchBar h1{
    color: rgb(67, 43, 76);
}
.videoWrapper{
    margin-top: 20px;
    width: 66%;
    display: inline-block;
    vertical-align: text-top;
    text-align: center;
}
.videoWrapper h1, .videoWrapper h2{
    width: 560px;
    text-align: left;
}
.videoWrapper p{
    width: 560px;
    text-align: left;
    font-size: 18px;
}
.relatedWrapper{
    margin-top: 20px;
    width: 33%;
    display: inline-block;
    vertical-align: text-top;
}
.searchVideos{
    width: 250px;
    display: inline-block;
    vertical-align: top;
}
.postButton{
    margin-left: 400px;
    width: 120px;
}
.commentBox{
    border: 2px solid lightgray;
    border-radius: 5px;
    margin: 20px;
    padding: 20px;
    position: relative;
}
.comment{
    margin: 30px;
    text-align: left;
}
.comment p{
    width: 420px;
}
.vidreaction{
    display: relative;
    left: 10px;
    margin: 10px;
}
.vidreaction:hover{
    color:rgb(128, 93, 141);
    font-size: 20px;
}