body {
            font-family: Poppins, sans-serif;
            font-weight: 400;
            color: #1e272e;
        }

        h1 {
            width: 100%;
            text-align: center;
            font-family: Poppins, sans-serif;
            font-weight: 900;
            color: #1e272e;
            font-size: 5rem;
            padding: 0;
            margin: 0;
        }

        .outer {
            width: 98%;
            margin-left: 10px;
            margin-right: 10px;
        }

        .bars {
            text-align: center;
        }

        .bar {
            background-color: #1e272e;
            display: inline-block;
            margin: 1px;
        }

        .swapConsole {
            width: 700px;
            height: 300px;
            resize: none;
            font-family: Consolas, Menlo, monospace;
            background-color: #1e272e;
            color: #d2dae2;
        }

        .swapText {
            width: 100%;
            text-align: center;
        }

        button {
            background-color: #485460;
            border: none;
            padding: .8rem;
            color: #d2dae2;
            font-family: Poppins, sans-serif;
            border-radius: 4px;
        }

        button:hover {
            background-color: #808e9b;
            color: #1e272e;
        }

        button:disabled {
            background-color: #d2dae2;
            color: #1e272e;
        }

        .topbar {
            width: 100%;
            text-align: center;
        }

        .controls {
            width: 100%;
            text-align: center;
            margin-bottom: 1rem;
        }

        .topcontrol {
            margin-bottom: .5rem;
        }