body {
    /*font-family: sans-serif;*/
    text-align: center;
    margin: 0 10%;
    font-size: 150%;
}

header {
    margin: 80px 10% 20px;
}
h1, img {
    font-size: 180%;
}
img {
    font-weight: bold;
}
nav {
    position: fixed;
    bottom: 16px;
    left: 16px;
}
#logo {
    max-width: 100%;
}

#title {
    font-weight: bold;
}

#title-font-refresh, #body-font-refresh {
    border: none;
    background: none;
    cursor: pointer;
}

.title-button, .body-button {
    position: absolute;
    right: 16px;
    margin-top: -80px;
}
#title-font-name, #body-font-name {
    font-size: 200%;
    padding-right: 6px;
}
input {
    position: absolute;
    right: 0px;
    margin-top: -60px;
    font-size: 150%;
    padding-right: 16px;
    text-align: right;
}

.refresh-icon {
    /* Add your refresh icon CSS here */
    position: relative;
    top: 4px;
}

.material-symbols-outlined {
    border: 2px solid #000;
    padding: 6px;
    font-variation-settings:
    'FILL' 0,
    'wght' 700,
    'GRAD' 0,
    'opsz' 50
}

.bebas-neue-regular {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.hide {
    display: none;
}