h1.wn {
    width: 100%;         /* H1’in tam satırı kaplaması için */
    text-align: center;  /* Metni yatayda ortala */
    color: white;
    font-family: sans-serif;
    font-size: 50px;
}
body{
    background-color:gray;
    font-family: sans-serif;
}
.wn{
    width: 100%;         /* H1’in tam satırı kaplaması için */
    text-align: center;  /* Metni yatayda ortala */
    color: white;
}
a{
    text-decoration: none;
    color:white
}