body{
    background-color: black;
}
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: sans-serif;
    /*background-color: #000000;*/
}

.jumbohead{
    height: 100px;
}
body{
    /*background-color: red;*/
}
.bx-size{
    overflow: hidden;
    transition: 0.5s;
    height: 65vh;
    width: 50vh;
    margin-bottom: 50px;
    background: white;
}
.container1 .box:hover{
    z-index: 1;
    transform: scale(1.25);
    box-shadow: 0 25px 40px rgb(0,0,0, 0.6);
}
.box .imgbx img{
    /*position: relative;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}
p, h1, h2{
    color: #f0f0f0;
}




.content{
    position: relative;
  /*bottom: 20px;*/
  /*right: 20px;*/
  background-color: black;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
    opacity: 1.0;
    z-index: -1;
    /*bottom: -250px;*/
    transition: 0.5s;
}
/*img{*/
/*   justify-content: center;*/
/*}*/

.vtlen{
    width: 100%;
}
.blackboarder{
    height: 100px;
    width: 100%;
    background-color: grey;
}

#textsize{
    font-size: 13px;
}

.hd{

    font-family: 'Leckerli One', cursive;

}