.bttn {
    background-color:rgba(117, 11, 11, 0.5);
    color: white;
    font-size: 15px;
    padding: 12px;
    border: 1px solid #750b0b;
    border-radius: 5px;
    cursor: pointer;
    width: 100px;
}

.bttn:hover {
    background-color:#3f0b0b;
}

.story {
    margin-top: 200px;
}

hr {
    border: none;
    height: 3px;
    background-color: black;
    margin-top: 100px;
}





/*background image for blockquote*/

.zero {
    width: 100%;
    height: 600px;
    background-image: url(burgundy.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    border-radius: 20px;
    
    
}

.zero-overlay {
    color: white;
    text-align: center;
    padding: 20px;
    font-size: 30px;
    font-weight: 400px;
    background-color: rgba(0, 0, 0,0.75);
    padding: 20px;
    border-radius: 20px;
}

/*Footer*/

footer {
    background-color:black;
    color: white;
    padding: 30px;
    margin-top: 300px;
}

a {
    color: white;
    text-decoration: none;
    text-transform: capitalize;
    transition: 0.3s ease;
}

a:hover {
    color:#750b0b;
}

.copy {
    margin: 3px;

}

/*about me page*/

.about {
    font-size: 50px;
    margin-bottom: 30px;
}