@charset "utf-8";
/* CSS Document */
.bolum-basligi {
      opacity: 0;
    transform: translateY(40px);
    animation: bolumGiris 1.2s ease forwards;
    animation-delay: 0.2s;
     text-align: center; 
}
@keyframes bolumGiris {
    from {
        opacity: 0;
        transform: translateY(-40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.bolum-basligi h1 {
	
    font-size: 48px;
    letter-spacing: 3px; /*metindeki harflerin arasındaki boşluk miktarını vermeye yarar*/
    margin-bottom: 10px;
}


.kutu{
	margin: 50px 250px;
	padding:25px;
	height:300px;
	background-color:rgba(12, 23, 53, 0.6);
	border-radius: 15px;
	border-right: 3px solid #6c789d;
	border-bottom: 3px solid #6c789d;
}

.kutu h4{
	line-height: 1.8;
    color: #e0e0e0;
    font-weight: 300;
	text-align: center;
}

.kutu-alt{
	text-align: center;
	border-radius: 20px;
	margin:5px 280px;
	width:40%;
	height:40px;
	background-color: #6c789d;
}

.dogru{
	background-color:rgba(12, 23, 53, 0.6);
}

.cevap {
    background-color: rgba(12, 23, 53, 0.6);
    width: 380px;
    height: 55px;
    border-radius: 25px;
    margin: 60px auto;   
    display: flex;       
    align-items: center;
    justify-content: center;
}


.cevap a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #e0e0e0;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 55px; 
    padding: 0 20px; 
}
