@font-face {
    font-family: 'alabdalla';
    src: url('abdallaFont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body{margin: 0;height: 100svh;font-family: 'alabdalla';}
h2{text-transform: uppercase;}
body,.branches,.moonlinks{display: flex;flex-direction: column;justify-content: center;align-items: center;}
a{text-decoration: none;}
.branches a{font-size: 2em;text-transform: uppercase;color: rgb(223, 121, 26);}
.branches{flex-grow: 1;gap: 2vh;}
footer a{color: rgb(223, 121, 26);}