@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'adam.cg_proregular';
    src: url('adam.cg_pro-webfont.woff2') format('woff2'),
         url('adam.cg_pro-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'houseplant_demoregular';
    src: url('houseplant_demo-webfont.woff2') format('woff2'),
         url('houseplant_demo-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {background: black;}


.background {background: url("omdpage30.jpg");
             width: 1000px;
             height: 640px;
             position: relative;
             margin: 0px auto;
}

.content {font-family: 'adam.cg_proregular';
          position: absolute;
          top: 260px;
          left: 30px;
          font-size: 15px;}

.home {font-family: 'houseplant_demoregular';
       position: absolute;
       font-size: 65px;
       color: white;
       top: 15px;
       right: 20px;
}

.home:hover {color: #79FF8A;}

.audio {position: absolute;
        top: 20px;
        left: 15px;
        opacity: .2;
}
