* {
    font-family: "Changa", sans-serif;
}

body {
    display: flex;
    flex-direction: column;
}

@font-face {
    font-family: "Changa";
    src: url("../transfonter.org-20220810-130908/Changa-Regular.ttf") format("truetype"),
        url("../transfonter.org-20220810-130908/Changa-Regular.woff") format("woff");
}

.link {
    margin-top: 300px;
    display: flex;
    align-self: center;
}

.bottom-bar {
    display: flex;
    flex-direction: row;
    align-self: center;
    margin-top: 50px;
}

.back {
    padding-top: 20px;
}

.button {
    font-size: 30px;
    color: #323232;
    text-decoration: none;
}