@import url(star-rating.css);
/*@import url(basic-rating.css);*/

html {
    /*border: 2px solid red;*/

    display: flex;
    /*flex-direction: column;*/
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    /*height: 100%;*/
    min-height: 100%;
    min-width: 100%;
}

body {
    /*border: 2px solid green;*/

    display: flex;
    flex-direction: column;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    flex-grow: 1;
    align-items: center;
}

.header {
    /*border: 2px solid black;*/
    display: flex;
    justify-content: center;
    /*height: 50px;*/
    width: 100%;
    margin-bottom: 10px;
    background-color: rgb(231, 231, 231);
}

.header > img {
    margin: 10px 0 10px 0;
}

.content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    flex-grow: 1;
}

video {
    display: flex;
}

.footer {
    /*border: 2px solid black;*/
    display: flex;
    height: 50px;
    width: 100%;
    margin-top: 10px;
    background-color: rgb(231, 231, 231);
    justify-content: center;
    /*background-color: rgb(114, 159, 207);*/
}
