body{
    background-image: url("https://i.pinimg.com/originals/62/28/a5/6228a58b20e496e206ce4f85eaf58266.gif");
    background-color: black;
    background-repeat: no-repeat;
    background-size: cover;
}
.backimage{
  background-position: center;
  background-size: cover;
  position: relative;
    height: 945px;
}
.logo {
    position: absolute;
   top: 95px;
   right: 5%;
    text-decoration: line-through white;
}
.logo li{
    display: inline;
    color: white;
    padding: 25px;
    font-size: 58px;
}
.Navbar{
    overflow: hidden;
    top: 0;
}
#cinta li{
    display: inline;
}
#cinta li a{
    font-family: Arial;
    font-size: 31px;
    text-decoration: none;
    float: left;
    padding: 14px;
    background-color: rgba(0,0,0,0.6);
    color: rgba(200,200,200,1);
}
#cinta li a:hover{
    transition-duration: 0.5s;
    opacity: 1;
    background-color: rgba(0,0,0,1);
    color: white;
}
#cinta li .selected:hover{
    background-color: white;
    color: black;
}
#cinta li .selected{
    background-color: white;
    color: black;
}
p{
    display: flex;
    font-size: 35px;
    text-align: justify;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    padding: 10px
}
.para{
    position: absolute;
    background-color: rgba(0,0,0,0.6);
    background-size: contain;
    top: 27%;
}
.para p{
    font-family: ARIAL;
    opacity: 1;
    color: rgba(200,200,200,1);
}
.para p b{
    padding: 80px;
}
.para p b a{
    color: rgba(230,230,230,1);
}
::-webkit-scrollbar {
  display: none;
}