@font-face {
    font-family: 'courierTypewriter';
    src: url(fonts/courier-typewriter.ttf);
}
body{
    background-color: #252D3D;
}


.resim {
    display: block;
   

  }

h1{
    font-family: 'courierTypewriter'; 
    color: white;
    text-align: center;
    
}

.button{
    font-size: 100px ;
    border: none;
    text-decoration: none;
    padding: 15px 32px;
    background-color:#252D3D;
    text-align:center
}

button{
    background: #5E5DF0;
    border-radius: 999px;
    box-shadow: #5E5DF0 0 10px 20px -10px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Inter,Helvetica,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Noto Color Emoji","Segoe UI Symbol","Android Emoji",EmojiSymbols,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans",sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    opacity: 1;
    outline: 0 solid transparent;
    padding: 8px 18px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: fit-content;
    word-break: break-word;
    border: 0;
}

a{
    color: white;
    background-color: transparent;
}


