.navbar {
    box-shadow: 0 2px 5px 2px;

}
#profile{
    margin-right: 10px;
    position: absolute;
    right: 0;
}

.navbar-brand{
    font-weight: bold;
    font-size: xx-large;
}

h2{
    position: relative;
    margin-right: 20px;
    margin-left: 20px;
    text-align: center;
    padding-bottom: 2px;
    color: black;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

h5{
    color: black;
    font-weight: bold;
    background: rgba(255, 255, 255, .75);
    display: inline;
    padding-left: 5px;
    padding-right: 5px;
}

p{
    color: black;
    background: rgba(255, 255, 255, .75);
}

.carouselcontainer{
    margin: 0 auto;
    max-width: 650px;
    max-height: 650px;
    width: 80%;
    height: 80%;
}

#firsth2{
    margin-top: 10px;
}

.fullreview{
    font-weight: bold;
    text-decoration: underline;
}

img{
    border: 2px solid #007BFF;
}

