*{
    margin: 0;
    padding: 0;


}

body{
    text-align: center;
    background: url(images/zorzor.jpg) center repeat ; 
    background-position: absolute;
    background-size: cover;
    height: 100vh;
    
}
header{
    font-size: 75px;
    /*border: solid blue 20px;*/
}
footer {
    font-size: x-large;
margin: 300px;
background-color: transparent;
padding: 20px;
position: bottom;
}
#story-titles{
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    border: solid 50px rgba(12, 1, 1, 0.884);
    padding: 20px 0;
    margin: 200px;
    box-shadow: 100px 100px 100px 100px;  
    color: rgb(1, 15, 10);
    background: translusant;
    
        
    
}
#cover-story{
    font-size: 60px;
    font-style: italic;
    text-align: start;
    color:rgb(49, 39, 192);
    
}
.story{
    font-style: normal 50px blue;
}

#member{
    font-size: xx-large;
   
}
.form{
   width: 350px;
   height: 370px;
   color: #fff;
   background: linear-gradient(to top, rgba(0,0,0.8)40%,rgba(0,0,0.8)40%, transparent) ;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   padding: 40px 25px;
   border-radius: 10px;
}
.form h1{
    width: 220px;
    text-align: center;
    padding-left: 11px;
    font-size: 35px;
    color: rgb(143, 5, 5);
    margin-bottom: 20px;
}
.form p{
    padding-bottom: -15px;
    text-align: left;
}
.form input{
    width: 100%;
    height: 35px;
    padding-top: 5px;
    margin-bottom: 30px;
    background: transparent;
    border-bottom: 1px solid #fff;
    border-top: none;
    border-left: none;
    border-right: none;
    color: #fff;
    outline: none;
    font-size: 15px;
    letter-spacing: 1px;
}
.form input[type="submit"]
{
    width: 60%;
    margin-left: 15px;
    border: none;
    height: 40px;
    color: #000;
    background: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 15px;


}
.form input[type="submit"]:hover
{
    cursor: pointer;
    background:rgb(143, 5, 5) ;
    color: #fff;
    font-weight: bold;


}
  button
{
    width: 10%;
    margin-left: 1000px;
    margin-top: -100px;
    border: solid;
    height: 35px;
    color: rgb(184, 17, 17);
    background: transparent;
    font-size: 16px;
    font-weight: bold;
    border-radius: 15px;

}
button:hover
{
    cursor: pointer;
    background: red ;
    color: #fff;
    font-weight: bold;


}
handshakes{
    border: #000 solid 10px;

}

#zebah {
    border: brown 10px;

}



