@font-face {
    font-family: "Gotham Rounded Book";
    src: url("fonts/GothamRounded-Book.otf") format("opentype");
}

html {
    font-family: "Gotham Rounded Book";
}

body {
    display: flex;
    justify-content: center;
}

.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.text {
    text-align: center;
}

.icon {
    width: 10dvh;
}

.download {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
}

.download-icon {
    width: 10dvh;
}
