.holder {
    width: 400px;
    height: 300px;
    position: relative;
}

.frame {
    z-index: 1;
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    border: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    z-index: 1;
}

.info-text {
    width: 95%;
    height: 12%;
    z-index: 1;
    position: fixed;
    top: 86%;
    left: 1%;
    bottom: 0px;
    right: 0px;
    margin: 0;
    overflow: hidden;
    z-index: 1;
    padding: 0 10px 5px 10px;
    color: #721c24;
    font-style: italic;
    border: 1px solid #f5c6cb;
    background-color: #f8d7da;
    border-radius: .25rem;
    font-size: .8rem;
}

.logo {
    position: absolute;
    top: 0;
    right: 0;
    width: 285px;
    height: 106px;
    z-index: 2
}

body {
    background-color: rgb(238, 238, 238);
}
