.content-container
{
    color: rgb(255, 255, 255);
    top: 106px;
}

.content-container::-webkit-scrollbar
{
    width: 0px;
    background: transparent;
}

#entry1
{
    background: url(../img/bg1.jpg) no-repeat;
}
#entry2
{
    background: url(../img/bg2.jpg) no-repeat;
}
#entry1, #entry2
{
    position: relative;
    background-position: center;
    background-size: cover;
    height: 100%;
}

#entry1 h1, #entry2 h1
{
    -webkit-text-stroke: 3px black;
    font-size: 70px;
}

#entry1 p
{
    position: absolute;
    left: 500px;
    top: 300px;
    font-size: 35px;
}

#entry1 h1
{
    position: absolute;
    left: 300px;
    top: 100px;
}
#entry2 h1
{
    position: absolute;
    left: 200px;
    top: 180px;
}
#entry2 p
{
    position: absolute;
    left: 300px;
    top: 400px;
    font-size: 35px;
}
