html{
    background-color: #008cff;
}
body{
    margin-left: 350px;
    margin-right: 350px;
    background-color: rgb(0, 50, 150);
    border-style: outset;
    border-width: 10px;
    border-radius: 20px;
    border-color: rgb(0, 50, 120);
}
img{
    
    float: left;
    margin-right: 20px;
    margin-left: 20px;
}
.navbar{
    margin-right: 10px;
    margin-left: 10px;
    font-size: 50px;
    border-style: outset;
    border-color: rgb(0, 50, 120);
}
p{
    margin-left: 20px;
    margin-right: 20px;
}
.normal{
    text-align: center;
    font-size: 25px;
}
.vidtext{
    font-size: 23px;
}
a{
    color: #0000ff;
}
a:visited,
a:link{
    color: #0000ff;
}
.navbar:visited,
.navbar:link{
    text-decoration: none;
    color: #000000;
}
.navbar:hover,
.navbar:focus{
    color: #0000ff;
}
.jelly{
    margin-left: 400px;
    margin-right: 350px;
}