* {
    font-family: "Century Gothic";
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    margin: 0;
    padding: 0;
}

body {

    background-color: rgb(37, 37, 37);
    color: white;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('fonts/GOTHIC.tff') format('trutype');
}

#tigress-pmchange{
    height: 50px;
    width: 90%;
    display: flex;
    justify-content: end;
    align-items: center;
    margin: auto;
}