.yazi {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 15;
    font-size: medium;
    color: whitesmoke;
    text-shadow: 1px 1px 1px darkslategrey;
}

h1.baslik {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 500;
    color: whitesmoke;
    text-shadow: 1px 1px 1px darkslategrey;
}

.kucukyazi {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: medium;
    color: lightgray;
}

body {
    overflow: hidden;
    background: url(texture/galaxy.png);
}

h2 {
    z-index: 1;
    color: white;
}

.screen {
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: right;
}

.moon {
    display: flex;
    margin: 0 auto;
    align-items: center;
    width: 200/3%;
    justify-content: space-around;
    margin-top: 8%;
    margin-left: 35%;
}

.moon_canvas {
    position: relative;
}