.body {
    background-color: #333333;
}

.carousel-content {
    display: flex;
    align-items: center;
    height: 250px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}

#text-carousel {
    padding: 10px;
}

p, ul, h1 {
    margin: 0 0 1rem 0;
}

.resultText {
    height: 600px;
}

pre {
    overflow-x: auto;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

.top-container {
    box-shadow: 0 5px 50px 0 rgba(2, 0, 0, 0.2);
    background-color: dimgrey;
    padding: 40px;
    text-align: center;
}

ul li {
    width: auto;
    display: inline;
}

.cardB {
    box-shadow: 1px 5px 10px 1px rgba(5, 0, 0, 0.5);
    max-width: 300px;
    margin-left: 110px;
    text-align: center;
    font-family: arial;
    position: relative;
    margin-top: 40px;

}

.price {
    color: darkgreen;
    font-size: 20px;
}

.cardB button {
    border: none;
    outline: 0;
    padding: 10px;
    margin: 15px;
    color: white;
    background-color: lightgrey;
    text-align: center;
    cursor: pointer;
    width: 50%;
    font-size: 15px;
}

.cardB button:hover {
    opacity: 0.7;
}

.header {
    padding: 30px;
    text-align: center;
    background: white;
    color: white;
    font-size: 30px;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 200%;
    padding: 10px;
}

.audioPlayer {
    text-align: center;
}

.footer {
    background-color: white;
    color: white;
    text-align: center;
}

#hImage {
    width: 100%;
    height: 200px;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

#fImage {
    width: 100%;
    height: 200px;
    border: 1px solid darkgrey;
    border-radius: 4px;
    padding: 0;
}

.page-header {
    background-repeat: no-repeat;
    height: 200px;
    width: 100%;
    margin-top: auto;
}

#container {
    width: 130px;
    height: 60px;
    display: table;
    background-color: #ccc;
}

#container .image-container {
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}

#logo {
    height: 400px;
    width: 380px;
    overflow: hidden;
    float: central;
    margin-bottom: auto;
    margin-top: 40px;
    margin-left: 80px;
}

#TextForlogo {
    margin-left: 20px;
    margin-top: 50px;
    font-size: 16px;
}

.dropdown-submenu {
    position: center;
}

.dropdown-submenu > a:after {
    content: ">";
    float: right;
    color: dodgerblue;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: 0px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}





