	* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #2d2d36 !important;
}

.container {
	margin-top: 100px;
  display: flex;
  flex-direction: column;
  max-width: 800px;
  width: 100%;
  text-align: center;
  color: white;
}
.joni {
	max-width: 100%;
	width: auto;
	height: auto;
	margin: auto;
	margin-bottom: 20px;
}
.otsikot {
	margin-bottom: 10px;
}
.h5, .h3, .h1, h5, h3, h1 {
	font-weight: normal;
}