@import url(https://code.getmdl.io/1.3.0/material.indigo-pink.min.css);
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@import url(https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css);
body {
    background: #f0f8ff url(/images/0cf58ca0cae0e5aba153056255894822_m_alpha50.jpg) no-repeat center fixed;
}
/*
https://delaymania.com/201808/web/css-bg-blur/
https://delaymania.com/201808/web/css-bg-dark/
*/
.contents-frame-fixed {
    background-attachment: fixed;
    background-image: url(/images/0cf58ca0cae0e5aba153056255894822_m.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 100vh;
    width: 100%;
}
.contents-frame-fixed::before {
    content: '';
    background-color: rgba(200,200,255,.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.mdl-layout__content {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
@media only screen and (min-width: 960px) {
    .mdl-layout__content {
        width: 960px;
    }
}
.card-panel {
    background: #cce5ff;
}