body{
    background-image: url("../images/background.png");
    background-color: #114e60 ;
    font-family: "Indie Flower", cursive;
    color: #f4eee8;
    font-size: x-large;
}
a{
    color: #f4eee8;
    text-decoration: none;
}
a:hover{
    color: #f5cebe;
}
.btn{
    border-color: white;
    border-width: 2.5px;
    background-color: rgba(0, 0, 0, 0.67);
}
.btn:hover{
    border-color: black;
    border-width: 2.5px;
}
.brand-name{
    font-family: 'Indie Flower', cursive;
    font-size: 3.3em;
    font-weight: bold;
}
.title-description{
    background-color: rgba(0, 0, 0, 0.5)
}
.intro{
    background-image: url("../images/banner.png");
}
.description{
    font-size: large;
}
@media (min-width:630px) and (max-width:767px),(min-width:830px) and (max-width:998px),(min-width:1070px) {
    .intro{
        box-shadow: 25px 25px rgba(0, 0, 0, 0.452);
    }
}
.keep-together{
    white-space: nowrap;
}
.player{
    width: 100%;
}