@font-face {
            font-family: 'Telex';
            src: url(Telex-Regular.ttf) format('truetype');
        }
    
        html{
            font-family: 'Telex', Arial, Helvetica, sans-serif;
            color: #272727;
        }

        body {
            align-items: center;
            position:absolute; 
            top:0;
            bottom:0;
            left:0;
            right:0;
            margin: 50px;
            margin-top: 70px;
        }

        a {
            text-decoration: none;
            color: inherit;
        }

        a:hover {
            color: #547ADB;
        }

        main {
            display:flex; 
            flex-direction: column; 
            justify-content: space-between;
            height: 100%;
            max-width: 1200px;
            margin: 0 auto;
        }

        h1{
            margin:0;
        }

        .flex-row {
            display: flex;
            flex-direction: row;
        }

        .flex-col {
            display: flex;
            flex-direction: column;
        }