body{
    height: 100vh;
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("./WallpaperDog-969890.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-shadow: 0 0.2rem 0.1rem rgba(0,0,0,0.5);
    box-shadow: inset 0 0 5rem rgba(0,0,0,0.5);
}

.cover-container{
    max-width: 70%;
}

.nav-link{
    padding: 0.25rem 0;
    color: rgba(255, 255, 255, 0.7);
    margin-left: 1rem;
    border-bottom: 0.1rem solid transparent;
}

.nav-link:hover{
    color: rgba(255, 255, 255, 1);
    border-bottom-color: rgba(255, 255, 255, 0.7);
}

.nav-link.active{
    color:white;
    border-bottom-color: white;
}

.btn-secondary,.btn-secondary:hover{
    color: #333!important;
    /* font-weight: 500; */
    text-shadow: none;
    margin-top: 10px;
}

@media only screen and (max-width: 700px) {
    .cover-container p {
        font-size: 16px;
    }

    .btn-secondary{
        padding: 10px;
        font-size: 16px;
        
    }
}