@font-face {
    font-family: 'Rajdhani-Regular';
    src: url('../fonts/rajdhani-regular.woff2') format('woff2'),
         url('../fonts/rajdhani-regular.woff') format('woff');
    font-weight: normal;
}

@font-face {
    font-family: 'Rajdhani-Bold';
    src: url('../fonts/rajdhani-bold.woff2') format('woff2'),
         url('../fonts/rajdhani-bold.woff') format('woff');
    font-weight: 700;
}

* {
	padding: 0;
	margin: 0;
}

img {
	max-width: 100%;
	height:  auto;
}

html {
	width: 100%;
	height: 100%;
}

body {
    width: 100%;
    height: 100%;
    display: flex;
    font-size: 16px;
    justify-content: center;
    align-items: center;
	font-family: 'Rajdhani-Regular'
}

.wrapper {
	padding: 25px;
    text-align: center;
}

.logo {
	margin-bottom: 100px;
}

.text-wrapper {
	display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding: 0 0 25px 0;
}

.text-wrapper.last {
	margin-top: 25px;
	border-bottom: 0;
}

.headline {
	font-size: 20px;
	font-family: 'Rajdhani-Bold'
}