Düzenlemeleri yaptım, tekrar kontrol edin.
div {
text-align: justify;
color: white;
border: 1px solid brown;
border-radius: 10px;
background-color: brown;
width: 490px;
height: 55px;
text-align: justify;
}
button, input {
box-sizing: border-box;
background-color: #2870bd;
color: #fff;
border-radius: 20px;
}
select{
color: #fff;
background-color: #779126;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
padding-left: 15px;
}
function cin() {
var yas = document.getElementById("yas").value;
var ay = document.getElementById("ay").value;
if (yas!=="18" && ay!=="1"){
alert("Kız");
} else {
alert("Erkek");
}
}