.wrapper {
    text-align: center;
    margin-top: 4em;
}

body {
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1.5em;
    background-image: url("../images/background2.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

h1, h2 {
    font-family: 'Times New Roman', Times, serif;
}

img {
    object-fit: cover;
    height: 100%; 
    width: 30vw;
}

.info {
    text-align: left;
    width: 50em;
}

/* .card-text {
    background-color: white;
    color: black;
} */

hr {
    color: rgba(255, 255, 255, 0);
}

.carousel-item .card {
    width: 15em;
    margin: 0 auto;
}

.d-flex {
    margin-left: 2em;
    margin-right: 2em;
    justify-content: center;
}

.card-img-bottom {
    width: 100%;
    height: 28em;
    object-fit: cover;
}

iframe {
    width: 100%;
    height: 20em;
    border-radius: 12px;
    border: 0em;
}

@media screen and (max-width: 880px) {
    /* .w3-dropdown-content {
        translate: -65%;
    } */

    .d-flex {
        flex-direction: column;
        align-items: center;
    }

    .info {
        font-size: large;
        width: 20em;
    }
}

@media print {
    nav, .navmenu {
        display: none;
    }
}