@font-face {
	font-family: "BebasNeue";
	src: url("/tiraubuzzer/font/BebasNeue-Regular.ttf");
}

@media(max-width:590px){
	.title{
		font-size: 36px;
	}
	.list_privacypolicy{
		padding-top: 10px;
	}
}

@media(min-width:591px){
	.title{
		font-size: 55px;
	}
	.list_privacypolicy{
		padding-top: 30px;
	}
}

html {
	height:100%;	
}

body{
	height:100%;
	font-family:"Roboto", sans-serif;
	cursor:default;
	background-color: #edeef0;
	display: flex;
  	flex-direction: column;
  	min-height: 100vh;
}

header{
	position: fixed;
	width: 100%;
	z-index: 1000;
}

main{
	width: 100%;
	flex: auto;
	margin:auto;
	margin-top: 75px;
	padding-bottom:20px;
    min-width: 350px;
	max-width: 1300px;
}

.header{
	display: flex;
	width:100%;
    background-color:#12418B;
    cursor:default;
	box-shadow: 0 5px 5px -5px #333;
	min-width:350px;
}

.logo_header {
	display:flex;
	text-decoration:none;
	width:100%;
	height:60px;
	margin-left: 20px;
    align-items: center;
}

.quitHome {
	padding: 6px 10px 6px 10px;
    border-radius: 26px;
}

.homeReturn {
	width:110px;
}

.quitHome:hover {
	background-color:#0c2d5f;
	border-color:#0c2d5f;
	transition: 0.3s;
}

.container_title { 
	background: white;
	height: 130px;
	display: flex;
    justify-content: center;
    align-items: center;
	border-radius: 5px;
}

.container_privacypolicy { 
	display: flex;
	background-color: #fff;
	margin-top: 10px;
	padding: 0px 15px 0px 15px;
    border-radius: 10px;
	justify-content: center;
}

.list_privacypolicy{
	max-width: 1000px; 
	padding-top: 30px;
	padding-bottom: 30px;
}

.title {
	text-align:center;
    position: relative;
	color:#212529;
	font-family: "BebasNeue";
}

.title3 {
	font-size:18px;
	display: flex;
	padding-top:4px;
	padding-bottom:4px;
	margin-top:20px;
    position: relative;
    color: #909090;
    font-weight: 400;
	border-radius:10px;
	justify-content: space-between;
}

.paragraph {
	text-align: justify;
	padding-top:16px;
	padding-bottom: 10px;
    position: relative;
	color:#313131;
}

.paragraph span{
	font-size:14px;
	display: block;
	padding-bottom:8px;
}