body {
    font-family: PT Serif;
    padding: 0;
    margin: 0;
}

.ServiceUnavaible {
	 width: 100%;
	 height: 100%;
	 display: flex;
	 flex-direction: column;
	 justify-content: center;
	 align-items: center;
	 position: relative;
}
 .ServiceUnavaible-logo {
	 position: absolute;
	 top: 15px;
}
 .ServiceUnavaible-content {
	 width: 100vw;
	 height: 100vh;
	 display: flex;
	 flex-direction: column;
	 justify-content: center;
	 align-items: center;
}
 .ServiceUnavaible-content_description h1 {
	 font-style: normal;
	 font-weight: bold;
	 font-size: 30px;
	 line-height: 110%;
	 text-align: center;
}
 .ServiceUnavaible-content_description p {
	 display: flex;
	 flex-direction: column;
	 color: #33373c;
	 line-height: 150%;
	 margin-top: 40px;
}
 .ServiceUnavaible-content_description p span {
	 font-size: 15px;
	 margin: 0 auto;
}
