@charset "utf-8";
/* CSS Document */

.linkBaslik{
	background:rgba(54,205,80,1.00);
	color: #fff;
	border-radius: 20px;
	padding: 10px 20px;
    text-decoration: none;
	font-size: 20px;
	margin: 20px 20px 0px 20px;

}



    .pdf {
        width: 100%;
        aspect-ratio: 4 / 3;
    }

    .pdf,
    html,
/*    body {
        height: 100%;
        margin: 0;
        padding: 0;
    }
*/
body {
  min-height: 100vh;
  justify-content: center;
  background-image: url("../img/back.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
	color: #fff;
}

.div_class{
	margin: 30px;
	padding: 50px;
	border-radius: 30px;
	background: rgba(75,20,20,0.50);
}


    h1,
    h3 {
        text-align: center;
    }

    h1 {
        color: greenyellow;
    }

p{
        text-align: center;
	font-size: 1.2em;
}


.p_tikla{
	font-weight: 800;
}
