.ContentAdded {
      font-family: Arial;
      font-size:36px;
}
.ExistingContent{
      font-family: Arial;
}

form{
      font-family: Arial;
      font-size:25px;
}
form input{
      height: 30px;
      width: 200px;
}
.deletePhoto{
      font-size:36px;
      font-family: Arial;
}
.deletePhoto form input{
      height: 40px;
      width: 50px;
      
}
.deleteVideos{
      font-size:36px;
      font-family: Arial;
}   
.deleteVideos form input{
      height: 40px;
      width: 50px;
      
}
.images{
      height:130px;
}
h1{
      font-family: Arial;
}
#photoForm{
      background-color:#DDDDDD;
}
#videoForm{
      background-color:#999999;
}
img{
  max-height:100%;
  width:auto;
}

