* {
    margin: 0;
    padding: 0;
}

.background {
    position: fixed;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

p {
    font-family: 'Courier New', Courier, monospace;
    font-weight: 800;
    font-size: 1.3rem;
    color: rgb(0, 0, 0);
    margin-top: 10px;
    margin-bottom: 10px;
    opacity: 65%;
}

p1 {
    font-family: 'Courier New', Courier, monospace;
    font-weight: 800;
    font-size: 2.2rem;
    color: rgb(0, 0, 0);
    opacity: 75%;
}

.story {
    padding: 7% 20% 7% 20%;

}

a {
    -moz-transition: color 0.2s ease, border-bottom-color 0.2s ease;
    -webkit-transition: color 0.2s ease, border-bottom-color 0.2s ease;
    -ms-transition: color 0.2s ease, border-bottom-color 0.2s ease;
    transition: color 0.2s ease, border-bottom-color 0.2s ease;
    color: inherit;
    text-decoration: none;
}

a:before {
        -moz-transition: color 0.2s ease;
        -webkit-transition: color 0.2s ease;
        -ms-transition: color 0.2s ease;
        transition: color 0.2s ease;
}

a:hover {
    color: #69a37d00 !important;
}
