#caption {
    color: white;
    font-size: 30px;
}

body {
    background-color: #4b6d79;
}

#text {
    font-size: 30px!important;
}

#parent {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    overflow: auto;
}

#frame {

}

@media (max-width: 900px) {
    #caption {
        font-size: 20px;
    }

    #text {
        font-size: 16px;
    }
}

@media (max-height: 600px) {
    #logo {max-height: 150px;}
    #caption {
        font-size: 20px;
    }

    #text {
        font-size: 16px;
    }
}