body {
    background-color: #cdedfa;
    background: url('images/bg.png');
    background-size: cover;
    font-family: 'Raleway', arial, sans-serif;
}

div.darker-bg {
    background-color: #eeeeee;
    padding: 20px;
}

.frame-wrapper {
    width: 100%;
    padding-bottom: 57%;
    position: relative;
}

iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

img.logo {
    margin: 0 auto;
}

div#output {
    padding: 20px;
}

.btn.my-btn {
    width: 100%;
    background-color: #0083aa !important;
    color: #ffffff;
    font-size: 30px;
}

.fixed-social {
    position: fixed;
    top: 145px;
    left: 50px;
}
.fixed-panel{
    position: fixed;
    top: 145px;
    right: 50px;
}

input.para-selector {
    width: 100%;
    text-align: center;
    height: 100px;
    padding-left: 40px;
    font-size: 50px;
    margin: 0 auto;
}

.darker-bg{
    background: #eee;
    padding: 15px;
}

.panel {
    padding: 15px;
    border-radius: 3px;
    background: #ffffff;
}