nav {
    position: relative;
    top: 0;
    z-index: 10;
}

#perloader {
    background: url('./photo/logo/logo.jpeg');
    background-position: center;
    background-size: 20%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    position: fixed;
    background-color: #141F34 !important;
    z-index: 1000;
    animation: blow 1s linear infinite;
}

@keyframes blow {
    25% {
        scale: 1.1
    }

    ;

    75% {
        scale: 1.3
    }

}

.navbar-nav a {
    color: black;
    font-weight: bold !important;
    font-weight: bold;
    font-size: 1.3rem;
}

.navbar-nav {
    display: flex !important;
    gap: 10px;
}

.nav-link:hover {
    color: #002157 !important;
}

.heading {
    display: flex;
    align-items: center;
    background-color: rgb(240, 188, 17);
    width: 100%;
    padding: 1.98rem;
    color: white;
    font-size: 2.5rem;
    font-weight: 400;
    justify-content: center;
}

.poetry {
    display: flex;
    flex-direction: column;
    margin: 3rem 1rem;
}

.card {
    margin: 10px 1rem;
    width: 100%;
    height: 100%;
    position: relative;
    border: none;
    /* z-index: ; */
    /* opacity: .9; */
}

.card img {
    width: 100%;
    height: 100%;
}

.card p {
    position: relative;
    padding: 1rem;
    text-align: left;
    font-weight: 500;
    color: black;
    z-index: 100;
}

.whole {
    background-color: #1c1f34;
    color: white;
    padding: 80px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid white;
}

.About {
    width: 50%;
}

.social-media p a {
    text-decoration: none;
    color: white;
    transition: all .5s linear;
}

.social-media p a:hover {
    color: orange;
}

.social-media p img {
    width: 25px;
}

.cpyright {
    background-color: #1c1f34;
    color: white;
    padding: 20px;
    width: 100%;
    text-align: center;
}