@font-face {
	font-family: 'Raleway_reg';
	font-style: normal;
	src: url(raleway/Raleway-Regular.ttf);
}

body{
 min-height:100%;
 font-family: 'Raleway_reg', Tahoma, Arial;
}

html, body {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    display: table;
}

.container {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.content {
    text-align: center;
    display: inline-block;
}

.title {
    font-size: 80px;
}