@font-face {
    font-family: 'Cut the crap';

    src: url('../fonts/cut-the-crap.eot'); /* IE 9 Compatibility Mode */
    src: url('../fonts/cut-the-crap.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
    url('../fonts/cut-the-crap.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
    url('../fonts/cut-the-crap.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/cut-the-crap.svg#Cut_the_crap') format('svg'); /* Chrome < 4, Legacy iOS */
}

body {
    background: none;
}

.full {
      background: url(../img/background_white.png) no-repeat center center fixed;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
}

img.logo {
    width: 150px;
}

table {
    border-style: dashed;
}

.first {
    margin-top: 50px;
    margin-bottom: 25px;
}

.speach {
    background-color: rgba(69, 69, 69, 0.3);
    box-shadow: 0 0 10px 5px rgba(255, 255, 255, 0.6);
    font-size: 1.5em;
    margin-top: 50px;
    padding: 10px;
    border-radius: 5px;
}

h1, h2 {
    font-family: "Cut the crap";
}

.card {
    margin-top-top: 20px;
}
