

body {
    background: url("../images/background.jpg");
    color: #881b1b;
    font-family: 'Metamorphous', cursive;
}

#wrapper {
    background: transparent;   
    height:80%;
    width:60%;
    text-align: center; 
}

.jumbotron {
    background: rgb(37, 35, 35);
}

.vertical-center {
    height:100%;
    width:100%;
    text-align: center;
}

