body
{
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    font-family: 'MainFont', Tahoma, sans-serif;
    background-color: #16161d;
    color: #fff;
    font-size: 14px;
}

button {
    display: inline-block;
    padding: 6px 12px;
    background-color: #4a6bff;
    color: white;
    border: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: none;
}


a
{
    color:cyan;
}

@font-face {
    font-family: 'MainFont';
    src: url('Kingsbridge.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}